File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 _MENTRA_APP_SECURITY_GROUP : sg-wz95j71022jl4tezfozp
2222 _MENTRA_APP_CONTAINER_GROUP_NAME : mentraos-dev-api-cg
2323 _MENTRA_APP_CONTAINER_NAME : mentraos-dev-api-eci
24- _MENTRA_APP_SCALING_GROUP_NAME : mentraos-dev-api-scalingGroup
24+ _MENTRA_APP_SCALING_CONFIGURATION_NAME : mentraos-dev-api-scalingConfiguration
2525 _MENTRA_APP_IMAGE : mentra-acr-cnsz-a-registry-vpc.cn-shenzhen.cr.aliyuncs.com/dev/api:latest
2626 NODE_ENV : production
2727 PORT : " 80"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Deployment
33metadata :
44 annotations :
55 k8s.aliyun.com/ess-scaling-group-max-size : " ${_MENTRA_APP_MAX_INSTANCES}"
6- k8s.aliyun.com/ess-scaling-group-name : " ${_MENTRA_APP_SCALING_GROUP_NAME }"
6+ k8s.aliyun.com/ess-scaling-group-name : " ${_MENTRA_APP_SCALING_CONFIGURATION_NAME }"
77 k8s.aliyun.com/ess-scaling-group-min-size : " ${_MENTRA_APP_MIN_INSTANCES}"
88 name : " ${_MENTRA_APP_CONTAINER_GROUP_NAME}"
99spec :
You can’t perform that action at this time.
0 commit comments