Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (27 loc) · 2.88 KB

File metadata and controls

31 lines (27 loc) · 2.88 KB

QoveryApi.ContainerResponse

Properties

Name Type Description Notes
id String [readonly]
createdAt Date [readonly]
updatedAt Date [optional] [readonly]
storage [ServiceStorageStorageInner] [optional]
imageName String The image name pattern differs according to chosen container registry provider: * `ECR`: `repository` * `SCALEWAY_CR`: `namespace/image` * `DOCKER_HUB`: `image` or `repository/image` * `PUBLIC_ECR`: `registry_alias/repository`
tag String tag of the image container
registryId String tag of the image container [optional]
registry ContainerRegistryProviderDetailsResponse
environment ReferenceObject
maximumCpu Number Maximum cpu that can be allocated to the container based on organization cluster configuration. unit is millicores (m). 1000m = 1 cpu
maximumMemory Number Maximum memory that can be allocated to the container based on organization cluster configuration. unit is MB. 1024 MB = 1GB
name String name is case insensitive
description String give a description to this container [optional]
_arguments [String] [optional]
entrypoint String optional entrypoint when launching container [optional]
cpu Number unit is millicores (m). 1000m = 1 cpu
memory Number unit is MB. 1024 MB = 1GB
minRunningInstances Number Minimum number of instances running. This resource auto-scale based on the CPU and Memory consumption. Note: 0 means that there is no container running. [default to 1]
maxRunningInstances Number Maximum number of instances running. This resource auto-scale based on the CPU and Memory consumption. Note: -1 means that there is no limit. [default to 1]
healthchecks Healthcheck
autoPreview Boolean Indicates if the 'environment preview option' is enabled for this container. If enabled, a preview environment will be automatically cloned when `/preview` endpoint is called. If not specified, it takes the value of the `auto_preview` property from the associated environment.
ports [ServicePort] [optional]
autoDeploy Boolean Specify if the container will be automatically updated after receiving a new image tag. The new image tag shall be communicated via the "Auto Deploy container" endpoint https://api-doc.qovery.com/#tag/Containers/operation/autoDeployContainerEnvironments [optional]