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