Package version:
Optional
containersList of container definitions for the Container App.
Optional
initList of specialized containers that run before app containers.
Optional
revisionUser friendly suffix that is appended to the revision name
Optional
scaleScaling properties for the Container App.
Optional
serviceList of container app services bound to the app
Optional
terminationOptional 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.
Optional
volumesList of volume definitions for the Container App.
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