Change ports

This commit is contained in:
SeanOMik 2023-04-22 01:46:34 -04:00
parent 5d030f87cb
commit 626d793586
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ spec:
enabled: true enabled: true
primary: true primary: true
port: &game_port 34197 port: &game_port 34197
nodePort: 30001 nodePort: 30002
targetPort: *game_port targetPort: *game_port
protocol: UDP protocol: UDP
@ -43,7 +43,7 @@ spec:
enabled: true enabled: true
primary: true primary: true
port: &rcon_port 27015 port: &rcon_port 27015
nodePort: 30002 nodePort: 30003
targetPort: *rcon_port targetPort: *rcon_port
protocol: TCP protocol: TCP