Remove targetPort for factorio ports
This commit is contained in:
parent
ec79750753
commit
65f33b49a6
|
@ -36,7 +36,6 @@ spec:
|
|||
primary: true
|
||||
port: &game_port 34197
|
||||
nodePort: 30002
|
||||
targetPort: *game_port
|
||||
protocol: UDP
|
||||
|
||||
rcon:
|
||||
|
@ -44,7 +43,6 @@ spec:
|
|||
primary: true
|
||||
port: &rcon_port 27015
|
||||
nodePort: 30003
|
||||
targetPort: *rcon_port
|
||||
protocol: TCP
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue