diff --git a/cluster/apps/game-servers/factorio/helm-release.yaml b/cluster/apps/game-servers/factorio/helm-release.yaml index b87057a..6c98240 100644 --- a/cluster/apps/game-servers/factorio/helm-release.yaml +++ b/cluster/apps/game-servers/factorio/helm-release.yaml @@ -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