From da4715e6dc36171cda43a2750cced65b4f448771 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Sat, 26 Oct 2024 13:18:15 +0800 Subject: [PATCH] fix: fix aliyun nlb endpoint --- internal/deployer/aliyun_nlb.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/deployer/aliyun_nlb.go b/internal/deployer/aliyun_nlb.go index cb9d8c43..514657e6 100644 --- a/internal/deployer/aliyun_nlb.go +++ b/internal/deployer/aliyun_nlb.go @@ -89,8 +89,6 @@ func (d *AliyunNLBDeployer) createSdkClient(accessKeyId, accessKeySecret, region var endpoint string switch region { - case "cn-hangzhou-finance": - endpoint = "nlb.cn-hangzhou.aliyuncs.com" default: endpoint = fmt.Sprintf("nlb.%s.aliyuncs.com", region) }