| Name | Type | Description | Notes |
|---|---|---|---|
| storage | [ServiceStorageRequestStorageInner] | [optional] | |
| ports | [ServicePortRequestPortsInner] | [optional] | |
| name | String | name is case insensitive | |
| description | String | give a description to this container | [optional] |
| registryId | String | id of the linked registry | |
| 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 | |
| _arguments | [String] | [optional] | |
| entrypoint | String | optional entrypoint when launching container | [optional] |
| cpu | Number | unit is millicores (m). 1000m = 1 cpu | [optional] [default to 500] |
| memory | Number | unit is MB. 1024 MB = 1GB | [optional] [default to 512] |
| 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. | [optional] [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. | [optional] [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. | [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] |
This repository was archived by the owner on Mar 14, 2024. It is now read-only.