From ee7356b480c1496d9a53e64918abd5403a65e8ce Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Thu, 27 Mar 2025 15:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/template-yaml/k8s-6system.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/k8s/template-yaml/k8s-6system.yaml b/k8s/template-yaml/k8s-6system.yaml index cc17e5ea..725ffe9d 100644 --- a/k8s/template-yaml/k8s-6system.yaml +++ b/k8s/template-yaml/k8s-6system.yaml @@ -28,9 +28,15 @@ metadata: spec: type: NodePort ports: - - port: 9201 + - name: http + port: 9201 nodePort: 31207 protocol: TCP + - name: debug + nodePort: 31220 + port: 5005 + protocol: TCP + targetPort: 5005 selector: app: ci4s-system