Update readme.md

This commit is contained in:
Thijs van Loef
2024-01-24 11:12:24 +01:00
committed by GitHub
parent 6ba20840e0
commit 9803060813

View File

@@ -1,7 +1,9 @@
# Setup Palworld 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
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`