From 53f35bc6d58c266b996d73bb2ebc79d619282692 Mon Sep 17 00:00:00 2001 From: devad Date: Mon, 28 Aug 2023 18:35:31 +0800 Subject: [PATCH] :recycle: fix ci/cd bug Signed-off-by: devad Former-commit-id: 0de2982c102079358bde0620f5ebf8d716d06597 --- api/pcm-coordinator-api.yaml | 3 ++- rpc/pcm-coordinator-rpc.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/pcm-coordinator-api.yaml b/api/pcm-coordinator-api.yaml index 14e2da94..7c5d835d 100644 --- a/api/pcm-coordinator-api.yaml +++ b/api/pcm-coordinator-api.yaml @@ -64,4 +64,5 @@ spec: protocol: TCP port: 8999 targetPort: 8999 - type: ClusterIP + nodePort: 30085 + type: NodePort diff --git a/rpc/pcm-coordinator-rpc.yaml b/rpc/pcm-coordinator-rpc.yaml index 2d873f10..bd853bb6 100644 --- a/rpc/pcm-coordinator-rpc.yaml +++ b/rpc/pcm-coordinator-rpc.yaml @@ -64,4 +64,5 @@ spec: protocol: TCP port: 2004 targetPort: 2004 - type: ClusterIP + nodePort: 32456 + type: NodePort