From 11cb3426d4751deaaa2e4ee2022aafe1e04aa823 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Tue, 21 Oct 2025 15:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20qms=20=E7=9A=84=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index f943a27..4932df2 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -61,11 +61,13 @@ spec: selector: app: qms-server ports: - - protocol: TCP + - name: http-health + protocol: TCP port: 48104 targetPort: 48104 nodePort: 30100 - - protocol: TCP + - name: tcp-9999 + protocol: TCP port: 9999 targetPort: 9999 nodePort: 30194