From 1fc1f1183672d82457590237c531bc4e56af1511 Mon Sep 17 00:00:00 2001 From: MaxLanGod <1114773280@qq.com> Date: Fri, 29 Oct 2021 13:55:49 +0800 Subject: [PATCH] Update devops-sample-svc.yaml --- deploy/dev/devops-sample-svc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/dev/devops-sample-svc.yaml b/deploy/dev/devops-sample-svc.yaml index 24fff6f3..6c64e965 100644 --- a/deploy/dev/devops-sample-svc.yaml +++ b/deploy/dev/devops-sample-svc.yaml @@ -12,10 +12,10 @@ spec: port: 8080 protocol: TCP targetPort: 8080 - nodePort: 30861 + nodePort: 30863 selector: app: kubesphere component: ks-sample-dev tier: backend sessionAffinity: None - type: NodePort \ No newline at end of file + type: NodePort