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) }