Optional
cpuLimit?: numberCPU limit of the container in mvCPU.
Optional
description?: stringDescription of the container.
Optional
environmentVariables?: Record<string, string>Environment variables of the container.
Optional
healthCheck?: Container.v1beta1.ContainerHealthCheckSpecHealth check configuration of the container.
Optional
httpOption?: ContainerHttpOptionPossible values:
Optional
localStorageLimit?: numberLocal storage limit of the container (in MB).
Optional
maxConcurrency?: numberOptional
maxScale?: numberMaximum number of instances to scale the container to.
Optional
memoryLimit?: numberMemory limit of the container in MB.
Optional
minScale?: numberMinimum number of instances to scale the container to.
Optional
port?: numberOptional
privacy?: ContainerPrivacyPrivacy settings of the container.
Optional
protocol?: ContainerProtocolOptional
redeploy?: booleanDefines whether to redeploy failed containers.
Optional
region?: RegionRegion to target. If none is passed will use default region from the config.
Optional
registryImage?: stringName of the registry image (e.g. "rg.fr-par.scw.cloud/something/image:tag").
Optional
sandbox?: ContainerSandboxExecution environment of the container.
Optional
scalingOption?: Container.v1beta1.ContainerScalingOptionPossible values:
Optional
secretEnvironmentVariables?: Container.v1beta1.Secret[]Optional
timeout?: stringProcessing time limit for the container.
UUID of the container to update.