Skip to content

Commit 19fd895

Browse files
committed
chore: remove sec group
1 parent 855dd5f commit 19fd895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/china-deployment-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
_MENTRA_APP_MIN_INSTANCES: "1"
1818
_MENTRA_APP_MAX_INSTANCES: "2"
1919
_MENTRA_APP_USE_SPECS: 2.0-4.0Gi
20-
_MENTRA_APP_VSWITCH: vsw-wz94gyb5cinmsod89a4tj
20+
_MENTRA_APP_VSWITCH: vsw-wz94gyb5cinmsod89a4tj, vsw-wz9p9qoldncmf9k5se950
2121
_MENTRA_APP_SECURITY_GROUP: sg-wz98079z7qd7oz2xtmt3
2222
_MENTRA_APP_CONTAINER_GROUP_NAME: mentraos-dev-api-cg
2323
_MENTRA_APP_CONTAINER_NAME: mentraos-dev-api-eci

.github/workflows/eci-autoscaling-config-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
annotations:
1717
k8s.aliyun.com/eci-vswitch: "${_MENTRA_APP_VSWITCH}"
1818
k8s.aliyun.com/eci-spot-strategy: NoSpot
19-
k8s.aliyun.com/eci-security-group: "${_MENTRA_APP_SECURITY_GROUP}"
19+
# k8s.aliyun.com/eci-security-group: "${_MENTRA_APP_SECURITY_GROUP}"
2020
k8s.aliyun.com/eci-use-specs: "${_MENTRA_APP_USE_SPECS}"
2121
spec:
2222
containers:

0 commit comments

Comments
 (0)