From ad9116ef84629730450ac15b5f26c06533389f83 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Fri, 10 Oct 2025 09:50:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20xxl-job=20=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E9=85=8D=E7=BD=AE=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= 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 fb94915..1da2c08 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -61,11 +61,13 @@ spec: selector: app: base-server ports: - - protocol: TCP + - name: http + protocol: TCP port: 48100 targetPort: 48100 nodePort: 30097 - - protocol: TCP + - name: xxl-job + protocol: TCP port: 9999 targetPort: 9999 nodePort: 30197