fix(sandstorm): fix duplicate NodePort

Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
JJGadgets
2023-02-24 17:34:49 +08:00
parent 5796b5431e
commit 36bf688cbb

View File

@@ -135,7 +135,7 @@ spec:
loadBalancerIP: "${APP_IP_SANDSTORM}"
ports:
- name: gametcp
nodePort: 27102
nodePort: 27103
port: 27102
protocol: TCP
targetPort: 27102
@@ -145,12 +145,12 @@ spec:
protocol: UDP
targetPort: 27102
- name: querytcp
nodePort: 27131
nodePort: 27132
port: 27131
protocol: TCP
targetPort: 27131
- name: queryudp
nodePort: 27132
nodePort: 27131
port: 27131
protocol: UDP
targetPort: 27131