From 51094ad8db85973bcaa8082777962199d0266086 Mon Sep 17 00:00:00 2001 From: devad Date: Mon, 12 Jun 2023 19:41:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20pcm-ac-service.yaml=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BAnodePort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: devad Former-commit-id: 44777c38339d8fd03001d841b893bebedfd6a2bf --- deploy/pcm-ac-service.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/pcm-ac-service.yaml b/deploy/pcm-ac-service.yaml index e6c5f1b20..11488f87f 100644 --- a/deploy/pcm-ac-service.yaml +++ b/deploy/pcm-ac-service.yaml @@ -13,4 +13,5 @@ spec: protocol: TCP port: 2001 targetPort: 2001 - type: ClusterIP \ No newline at end of file + nodePort: 31617 + type: NodePort \ No newline at end of file