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