From 49b6f956ff9b0a5d4475a2f9e67cde1362feb3a2 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Tue, 18 Nov 2025 18:03:31 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=96=B0=E5=A2=9E=20qms=20=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deployment.yaml b/deployment.yaml index 23525ed..877af1b 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -74,3 +74,13 @@ spec: port: 9999 targetPort: 9999 nodePort: 30194 + - name: websocket-8320 + protocol: TCP + port: 8320 + targetPort: 8320 + nodePort: 30320 + - name: tcp-8330 + protocol: TCP + port: 8330 + targetPort: 8330 + nodePort: 30330