| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The configurations of the Sidecar container. | ||
| Name | string | The container name. | name |
| Cpu | integer | Cpu | 1000 |
| Memory | integer | Memory | 1024 |
| ImageUrl | string | The image address. | registry-vpc.cn-hangzhou.aliyuncs.com/demo/nginx:latest |
| Command | string | The startup command of the image. | python |
| CommandArgs | string | The parameters of the image startup command. | ["a","b"] |
| Envs | string | The environment variables of the container. | [{"name":"TEST_ENV_KEY","value":"TEST_ENV_VAR"}] |
| ConfigMapMountDesc | string | The description of the ConfigMap mounted to the application. | [{"configMapId":16,"key":"test","mountPath":"/tmp"}] |
| EmptyDirDesc | string | The EmptyDir description. | [{\"name\":\"workdir\",\"mountPath\":\"/usr/local/tomcat/webapps\"}] |
| AcrInstanceId | string | The ID of the Container Registry Enterprise Edition instance. This parameter is required if the ImageUrl parameter is set to the URL of an image in a Container Registry Enterprise Edition instance. | cri-xxxxxx |