Interface DeploymentConfig

Hierarchy

  • DeploymentConfig

Properties

cmd?: string[]

Entrypoint command for the image

container_strategy: MANUAL

The strategy for scaling multiple containers.

entrypoint?: string[]

Entrypoint for this deployment

env: Record<string, string>

Environment variables for this deployment

image: Image

The docker image config for this deployment

name: string

The name of the deployment

resources: Resources

Resources allocated to this deployment

restart_policy: RestartPolicy

Restart policy for this deployment

The type of this deployment

version: "12-12-2022"

The version of this config

The volume definition for this deployment

This can only be used when .type is 'stateful'

Generated using TypeDoc