From 0098a73697f2c6bb2cf8b4f98c3eff1b4f29857c Mon Sep 17 00:00:00 2001 From: buter Date: Fri, 10 Sep 2021 14:13:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- distributed/delpoy_sharding.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distributed/delpoy_sharding.sh b/distributed/delpoy_sharding.sh index 1773b8e..591f33c 100644 --- a/distributed/delpoy_sharding.sh +++ b/distributed/delpoy_sharding.sh @@ -58,6 +58,10 @@ spec: protocol: TCP targetPort: 3307 nodePort: 30400 + - port: 8888 + protocol: TCP + targetPort: 8888 + nodePort: 30600 selector: app: ${name}-sha " > shardingsphere-svc.yaml -- Gitee From b8da000b527bd0446239ce52ab5ccb46906195cf Mon Sep 17 00:00:00 2001 From: buter Date: Mon, 13 Sep 2021 15:56:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- distributed/delpoy_sharding.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distributed/delpoy_sharding.sh b/distributed/delpoy_sharding.sh index 591f33c..b525394 100644 --- a/distributed/delpoy_sharding.sh +++ b/distributed/delpoy_sharding.sh @@ -62,6 +62,10 @@ spec: protocol: TCP targetPort: 8888 nodePort: 30600 + - port: 2181 + protocol: TCP + targetPort: 2181 + nodePort: 30700 selector: app: ${name}-sha " > shardingsphere-svc.yaml -- Gitee