Package version:

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

Hierarchy

  • Template

Properties

containers?: Container[]

List of container definitions for the Container App.

initContainers?: InitContainer[]

List of specialized containers that run before app containers.

revisionSuffix?: string

User friendly suffix that is appended to the revision name

scale?: Scale

Scaling properties for the Container App.

volumes?: Volume[]

List of volume definitions for the Container App.

Generated using TypeDoc