commit fd01e01f1eb019efb10c69bf2e63252d31b0efa0 Author: Charles Date: Sun Mar 9 22:40:30 2025 -0700 add: project zomboid diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3b699c3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "project_zomboid/chart"] + path = project_zomboid/chart + url = https://github.com/jsknnr/zomboid-helm.git diff --git a/project_zomboid/chart b/project_zomboid/chart new file mode 160000 index 0000000..3055403 --- /dev/null +++ b/project_zomboid/chart @@ -0,0 +1 @@ +Subproject commit 30554036d796bd14ca292091c9a7668a3d373dc1 diff --git a/project_zomboid/values.yaml b/project_zomboid/values.yaml new file mode 100644 index 0000000..8cce24c --- /dev/null +++ b/project_zomboid/values.yaml @@ -0,0 +1,38 @@ +image: renegademaster/zomboid-dedicated-server +imageTag: latest +# serviceType should be LoadBalancer or NodePort +serviceType: NodePort +resources: + requests: + memory: 2G + cpu: 1.0 +volumes: + dataPVC: + size: 50Gi + configPVC: + size: 50Gi + storageClassName: "" +env: + adminPassword: P@$sw0rd + adminUsername: admin + autosaveInterval: 15m + bindIP: 0.0.0.0 + gamePort: 30000 + defaultPort: 30003 + gameVersion: public + gcConfig: ZGC + mapNames: Muldraugh, KY + maxPlayers: 16 + maxRAM: 2048m + modNames: '' + modWorkshopIDs: '' + pauseOnEmpty: true + publicServer: true + queryPort: 30001 + rconPassword: P@$sw0rd + rconPort: 30002 + serverName: SomeServer + serverPassword: dog + steamVAC: true + tZ: UTC-8 + useSteam: true