Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ReactApplicationProps

Index

Properties

Optional Readonly createServiceAccount

createServiceAccount: boolean

Creates a service account and attach it to any deployment pods. serviceAccountName: release name

Readonly deployment

deployment: DeploymentProps

Deployment configuration

Readonly domain

domain: HostRules

Host is the domain the application runs on, isSubdomain is true if the domain should be treated as a subdomain for certificate purposes. paths is the list of paths to expose the application on. See the certificate documentation for more details.

Optional Readonly ingressProps

ingressProps: Partial<Omit<IngressProps, "port">>

Optional ingressProps to override the default ingress props.

Optional Readonly port

port: number

Port to expose the application on.

Generated using TypeDoc