Template interface

Container App versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created

Properties

containers

List of container definitions for the Container App.

initContainers

List of specialized containers that run before app containers.

revisionSuffix

User friendly suffix that is appended to the revision name

scale

Scaling properties for the Container App.

serviceBinds

List of container app services bound to the app

terminationGracePeriodSeconds

Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.

volumes

List of volume definitions for the Container App.

Property Details

containers

List of container definitions for the Container App.

containers?: Container[]

Property Value

initContainers

List of specialized containers that run before app containers.

initContainers?: InitContainer[]

Property Value

revisionSuffix

User friendly suffix that is appended to the revision name

revisionSuffix?: string

Property Value

string

scale

Scaling properties for the Container App.

scale?: Scale

Property Value

serviceBinds

List of container app services bound to the app

serviceBinds?: ServiceBind[]

Property Value

terminationGracePeriodSeconds

Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.

terminationGracePeriodSeconds?: number

Property Value

number

volumes

List of volume definitions for the Container App.

volumes?: Volume[]

Property Value

Volume[]