From 58f40ecb531a586d5ce8d114325cf36fa1fc4948 Mon Sep 17 00:00:00 2001 From: devad Date: Wed, 10 May 2023 12:44:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dservice=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E5=8F=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: devad --- deploy/pcm-ac-service.yaml | 4 ++-- deploy/pcm-core-rpc-service.yaml | 4 ++-- deploy/pcm-kubenative-service.yaml | 4 ++-- deploy/pcm-modelarts-service.yaml | 7 ++++--- 4 files changed, 10 insertions(+), 9 deletions(-) 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