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