修复 xxl-job 端口配置错误问题

This commit is contained in:
chenbowen
2025-10-10 09:50:25 +08:00
parent b3452902bc
commit ad9116ef84

View File

@@ -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