mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(sandstorm): fix duplicate NodePort
Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user