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