|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Sidecar container configuration |
||
| Name |
string |
Container name |
name |
| Cpu |
integer |
CPU |
1000 |
| Memory |
integer |
Memory |
1024 |
| ImageUrl |
string |
Registry Address |
registry-vpc.cn-hangzhou.aliyuncs.com/demo/nginx:latest |
| Command |
string |
Start command |
python |
| CommandArgs |
string |
Start command arguments |
["a","b"] |
| Envs |
string |
Environment variable parameters |
[{"name":"TEST_ENV_KEY","value":"TEST_ENV_VAR"}] |
| ConfigMapMountDesc |
string |
ConfigMap mount description |
[{"configMapId":16,"key":"test","mountPath":"/tmp"}] |
| EmptyDirDesc |
string |
EmptyDir description |
[{\"name\":\"workdir\",\"mountPath\":\"/usr/local/tomcat/webapps\"}] |
| AcrInstanceId |
string |
ACR Enterprise instance ID. Required when ImageUrl uses Container Registry Enterprise Edition. |
cri-xxxxxx |
| SecretMountDesc |
string |
||
| Liveness |
string |
||
| Readiness |
string |