mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
- 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
Setup Palworld in kubernetes
Use the following commands to setup this Palworld container in Kubernetes:
kubectl apply -f pvc.yamlkubectl apply -f configmap.yamlkubectl apply -f secret.yamlkubectl apply -f service.yamlkubectl apply -f deployment.yaml