From 4a7fe6ef0b2f64de6040e4cdd208a9b692976848 Mon Sep 17 00:00:00 2001 From: buter Date: Thu, 23 Sep 2021 09:21:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9port=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- distributed/delpoy_sharding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed/delpoy_sharding.sh b/distributed/delpoy_sharding.sh index 8e6e89a..291f6ff 100644 --- a/distributed/delpoy_sharding.sh +++ b/distributed/delpoy_sharding.sh @@ -55,7 +55,7 @@ spec: type: NodePort ports: - port: 3307 - name: sharding_proxy + name: shardingproxy protocol: TCP targetPort: 3307 nodePort: 30400 -- Gitee