From ca34e5318fac7d88a2ea9e414e9dae5578bf0415 Mon Sep 17 00:00:00 2001 From: Jacob McSwain Date: Sat, 10 Feb 2024 17:06:56 -0600 Subject: [PATCH] palworld: rcon is TCP --- palworld/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/palworld/values.yaml b/palworld/values.yaml index 4329c6aa4..29879c75e 100644 --- a/palworld/values.yaml +++ b/palworld/values.yaml @@ -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 @@ -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.