diff --git a/deploy/pcm-ac-service.yaml b/deploy/pcm-ac-service.yaml index e97e4239..e6c5f1b2 100644 --- a/deploy/pcm-ac-service.yaml +++ b/deploy/pcm-ac-service.yaml @@ -11,6 +11,6 @@ spec: ports: - name: web protocol: TCP - port: 2002 - targetPort: 2002 + port: 2001 + targetPort: 2001 type: ClusterIP \ No newline at end of file diff --git a/deploy/pcm-core-rpc-service.yaml b/deploy/pcm-core-rpc-service.yaml index 3b800262..c5d00e05 100644 --- a/deploy/pcm-core-rpc-service.yaml +++ b/deploy/pcm-core-rpc-service.yaml @@ -11,6 +11,6 @@ spec: ports: - name: web protocol: TCP - port: 8999 - targetPort: 8999 + port: 2004 + targetPort: 2004 type: ClusterIP \ No newline at end of file diff --git a/deploy/pcm-kubenative-service.yaml b/deploy/pcm-kubenative-service.yaml index 7da03dd7..9a5de371 100644 --- a/deploy/pcm-kubenative-service.yaml +++ b/deploy/pcm-kubenative-service.yaml @@ -11,6 +11,6 @@ spec: ports: - name: web protocol: TCP - port: 2005 - targetPort: 2005 + port: 2003 + targetPort: 2003 type: ClusterIP \ No newline at end of file diff --git a/deploy/pcm-modelarts-service.yaml b/deploy/pcm-modelarts-service.yaml index 74d550a9..fd5035cc 100644 --- a/deploy/pcm-modelarts-service.yaml +++ b/deploy/pcm-modelarts-service.yaml @@ -10,7 +10,8 @@ spec: k8s-app: pcm-modelarts ports: - name: web + nodePort: 32495 protocol: TCP - port: 2003 - targetPort: 2003 - type: ClusterIP \ No newline at end of file + port: 2002 + targetPort: 2002 + type: NodePort \ No newline at end of file