Files
palworld-server-docker/k8s
William Li 052a20f17b Increase recommended disk size to 12GB.
The steamcmd update requires an extra 2GB of free disk space. The container seems to be using around 8.7GB, which results in a steam update failure of `Error! App '2394010' state is 0x226 after update job.` since there isn't enough space to grab the new version in a 10GB disk. Bumping this to 12GB should result in ~3.4GB of free space, so there is a small buffer for future update size increases.
2024-01-25 23:07:38 -08:00
..
2024-01-25 09:36:36 +01:00
2024-01-24 18:06:36 +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