fix: added basic yamls for kubernetes support.

This commit is contained in:
Benedikt Iltisberger
2024-01-23 10:48:06 +01:00
parent 933b66c391
commit 28fb4a9ad3
4 changed files with 98 additions and 0 deletions

5
k8s/readme.md Normal file
View File

@@ -0,0 +1,5 @@
# Setup Palworld in kubernetes
kubectl apply -f pvc.yaml
kubectl apply -f service.yaml
kubectl apply -f deployment.yaml