Skip to content

Commit

Permalink
palworld: rcon is TCP
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Feb 10, 2024
1 parent f2c8ca4 commit ca34e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions palworld/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ server:
# If you change this, make sure to change the service.ports.rcon and server.config accordingly.
- name: rcon
containerPort: 25575
protocol: UDP
protocol: TCP
# -- (string) Change the deployment strategy
strategy: Recreate

Expand Down Expand Up @@ -104,7 +104,7 @@ server:
# If you change this, make sure to change the server.ports.rcon and server.config.rcon.port accordingly.
- name: rcon
port: 25575
protocol: UDP
protocol: TCP
targetPort: 25575
# -- (dict) Change the game server configuration.
# If you change those, make sure to change the service.ports and server.ports accordingly.
Expand Down

0 comments on commit ca34e53

Please sign in to comment.