Optional
cpuLimit?: numberOptional
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.
Name of the container.
UUID of the namespace the container belongs to.
Optional
port?: numberPort the container listens on.
Optional
privacy?: ContainerPrivacyPrivacy setting of the container.
Optional
protocol?: ContainerProtocolProtocol the container uses.
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[]Secret environment variables of the container.
Optional
timeout?: stringProcessing time limit for the container.
CPU limit of the container in mvCPU.