Package version:

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

interface JobTemplate {
    containers?: Container[];
    initContainers?: InitContainer[];
    volumes?: Volume[];
}

Properties

containers?: Container[]

List of container definitions for the Container App.

initContainers?: InitContainer[]

List of specialized containers that run before app containers.

volumes?: Volume[]

List of volume definitions for the Container App.