mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
Update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Palworld Helm Chart
|
# Palworld Helm Chart
|
||||||
|
|
||||||
Allows you to deploy the usage of [Palworld Server docker](https://github.com/Filipe-Souza/palworld-server-docker) as
|
Allows you to deploy the usage of [Palworld Server docker](https://github.com/Filipe-Souza/palworld-server-docker) as
|
||||||
a helm chart and with helm deployments.
|
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.
|
This is an advanced method of installation and can be quite difficult to non-technical trying to set it up.
|
||||||
@@ -11,13 +11,13 @@ You will need the [Helm client](https://helm.sh/docs/intro/install/) and a Kuber
|
|||||||
|
|
||||||
## Install the chart
|
## 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
|
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.
|
like ArgoCD/FluxCD.
|
||||||
|
|
||||||
After cloning the repository, you can create a new file, e.g.: values.override.yaml to store your custom values.
|
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](VALUES_SUMMARY.md) to see the
|
After copying, modify your values.override.yaml as needed. You can look up the
|
||||||
parameter documentation.
|
[values summary](VALUES_SUMMARY.md) to see the parameter documentation.
|
||||||
|
|
||||||
After that, you can apply the chart:
|
After that, you can apply the chart:
|
||||||
|
|
||||||
@@ -30,6 +30,3 @@ You can remove all the resources created (except the PVC) with the following com
|
|||||||
```bash
|
```bash
|
||||||
helm uninstall -n palworld palworld
|
helm uninstall -n palworld palworld
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user