From ada4de8303853de29b7c9dcf5e1fc3bece362e8e Mon Sep 17 00:00:00 2001 From: devad Date: Tue, 16 May 2023 09:49:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20pcm-core=20service=E6=94=B9=E6=88=90?= =?UTF-8?q?=E9=85=8D=E7=BD=AENodePort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: devad Former-commit-id: d999bbc23e64b81c003b7f693d6bf9532a20bfa6 --- deploy/pcm-core-service.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/pcm-core-service.yaml b/deploy/pcm-core-service.yaml index 08290ee6..1645d42c 100644 --- a/deploy/pcm-core-service.yaml +++ b/deploy/pcm-core-service.yaml @@ -13,4 +13,5 @@ spec: protocol: TCP port: 8999 targetPort: 8999 - type: ClusterIP \ No newline at end of file + nodePort: 32456 + type: NodePort \ No newline at end of file