Files
palworld-server-docker/chart
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 13:38:51 +01:00
2024-01-25 13:40:49 +01:00

Palworld Helm Chart

Allows you to deploy the usage of Palworld Server docker as a helm chart and with helm deployments.

This is an advanced method of installation and can be quite difficult to non-technical trying to set it up.

Dependencies

You will need the Helm client and a Kubernetes cluster.

Install the chart

There is no helm package available yet, so you need to clone this repo and setup it manually, or with some GitOps tool like ArgoCD/FluxCD.

After cloning the repository, you can create a new file, e.g.: values.override.yaml to store your custom values.

After copying, modify your values.override.yaml as needed. You can look up the values summary to see the parameter documentation.

After that, you can apply the chart:

helm install --create-namespace --namespace palworld palworld chart/ --values values.override.yaml

You can remove all the resources created (except the PVC) with the following command:

helm uninstall -n palworld palworld