Hierarchy

  • ChartProps
  • ApiConstructConfig
    • CrisisCleanupChartProps

Properties

adminWebsocket: Omit<ApiProps, "config">
apiAppConfig: ApiAppConfig
apiAppSecrets: ApiAppSecrets
apiImage?: ContainerImageProps
asgi: Omit<ApiASGIProps, "config">
celery: Record<string, Omit<CeleryProps, "config">>
celeryBeat: Omit<ApiProps, "config">
disableResourceNameHashes?: boolean

The autogenerated resource name by default is suffixed with a stable hash of the construct path. Setting this property to true drops the hash suffix.

Default

false
domainName: string
ingressAnnotations?: Record<string, string>
labels?: {
    [name: string]: string;
}

Labels to apply to all resources in this chart.

Type declaration

  • [name: string]: string

Default

- no common labels
namespace?: string

The default namespace for all objects defined in this chart (directly or indirectly). This namespace will only apply to objects that don't have a namespace explicitly defined for them.

Default

- no namespace is synthesized (usually this implies "default")
sync?: DatabaseSyncProps
webImage?: ContainerImageProps
wsgi: Omit<ApiWSGIProps, "config">

Generated using TypeDoc