Enable luck gateway CLB deployment

This commit is contained in:
zhx 2026-07-08 23:20:39 +08:00
parent 8807953f86
commit 337324caca
2 changed files with 7 additions and 3 deletions

View File

@ -3,5 +3,5 @@ IMAGE=10.2.1.3:18082/hyapp/luck-gateway:REPLACE_WITH_RELEASE_TAG
CONTAINER_NAME=hyapp-luck-gateway
STOP_TIMEOUT_SEC=60
LUCK_GATEWAY_HTTP_ADDR=:13014
LUCKY_GIFT_GRPC_ADDR=lucky-gift-service.internal:13013
LUCKY_GIFT_GRPC_ADDR=10.2.1.16:13013
LUCK_GATEWAY_ALLOWED_APPS=aslan,yumi

View File

@ -233,8 +233,12 @@
"gateway-2"
],
"clb": {
"enabled": false,
"drain_seconds": 0
"enabled": true,
"load_balancer_id": "lb-cbiabr1q",
"listener_ids": [
"lbl-m1p3c4zo"
],
"drain_seconds": 10
}
},
"notice-service": {