Change ports
This commit is contained in:
parent
5d030f87cb
commit
626d793586
|
@ -35,7 +35,7 @@ spec:
|
|||
enabled: true
|
||||
primary: true
|
||||
port: &game_port 34197
|
||||
nodePort: 30001
|
||||
nodePort: 30002
|
||||
targetPort: *game_port
|
||||
protocol: UDP
|
||||
|
||||
|
@ -43,7 +43,7 @@ spec:
|
|||
enabled: true
|
||||
primary: true
|
||||
port: &rcon_port 27015
|
||||
nodePort: 30002
|
||||
nodePort: 30003
|
||||
targetPort: *rcon_port
|
||||
protocol: TCP
|
||||
|
||||
|
|
Loading…
Reference in New Issue