From 603b4c321f8a89738f546185bf1e7426a6e89550 Mon Sep 17 00:00:00 2001 From: zhouqunjie Date: Thu, 25 May 2023 15:59:30 +0800 Subject: [PATCH] =?UTF-8?q?core-rpc=20=E6=9C=8D=E5=8A=A1=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BAnodePort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 4f24d51275fcf1e1d50f91781ae2b26658d04b7c --- deploy/pcm-core-rpc-service.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/pcm-core-rpc-service.yaml b/deploy/pcm-core-rpc-service.yaml index c5d00e05..e8264083 100644 --- a/deploy/pcm-core-rpc-service.yaml +++ b/deploy/pcm-core-rpc-service.yaml @@ -13,4 +13,5 @@ spec: protocol: TCP port: 2004 targetPort: 2004 - type: ClusterIP \ No newline at end of file + nodePort: 32456 + type: NodePort \ No newline at end of file