Files
palworld-server-docker/k8s
Marco Spreckels ace1b6d4c9 Renaming ports
- 8211-palworld -> server, because its the game/server port
- 27015-palworld -> query, because its the steam query port (https://help.steampowered.com/en/faqs/view/2EA8-4D75-DA21-31EB)

Adding a configmap for PalWorldSettings as a temporary workaround until they can be set via ENV
2024-01-24 18:06:36 +01:00
..
2024-01-24 18:06:36 +01:00
2024-01-24 18:06:36 +01:00
2024-01-24 09:05:00 +01:00
2024-01-24 11:12:24 +01:00
2024-01-24 09:05:00 +01:00
2024-01-24 18:06:36 +01:00

Setup Palworld in kubernetes

Use the following commands to setup this Palworld container in Kubernetes:

  • kubectl apply -f pvc.yaml
  • kubectl apply -f configmap.yaml
  • kubectl apply -f secret.yaml
  • kubectl apply -f service.yaml
  • kubectl apply -f deployment.yaml