From 337324caca8773f9a62cb349f6fcc222d637ad85 Mon Sep 17 00:00:00 2001 From: zhx Date: Wed, 8 Jul 2026 23:20:39 +0800 Subject: [PATCH] Enable luck gateway CLB deployment --- deploy/standalone/docker/luck-gateway.env.example | 2 +- .../hyapp-services.inventory.prod.example.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/deploy/standalone/docker/luck-gateway.env.example b/deploy/standalone/docker/luck-gateway.env.example index ca2b065..f7c78b6 100644 --- a/deploy/standalone/docker/luck-gateway.env.example +++ b/deploy/standalone/docker/luck-gateway.env.example @@ -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 diff --git a/deploy/tencent_tat/hyapp-services.inventory.prod.example.json b/deploy/tencent_tat/hyapp-services.inventory.prod.example.json index 130ea4d..0e62a73 100644 --- a/deploy/tencent_tat/hyapp-services.inventory.prod.example.json +++ b/deploy/tencent_tat/hyapp-services.inventory.prod.example.json @@ -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": {