From e5978fde0c503a0bfc2400ee0139e7edb7f5c524 Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Thu, 22 May 2025 16:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/template-yaml/k8s-5auth.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/template-yaml/k8s-5auth.yaml b/k8s/template-yaml/k8s-5auth.yaml index 0a61ac0b..d47f46c9 100644 --- a/k8s/template-yaml/k8s-5auth.yaml +++ b/k8s/template-yaml/k8s-5auth.yaml @@ -28,7 +28,8 @@ metadata: spec: type: NodePort ports: - - port: 9200 + - name: http + port: 9200 nodePort: 31206 protocol: TCP - name: debug