add: project zomboid

This commit is contained in:
Charles
2025-03-09 22:40:30 -07:00
commit fd01e01f1e
3 changed files with 42 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "project_zomboid/chart"]
path = project_zomboid/chart
url = https://github.com/jsknnr/zomboid-helm.git
+38
View File
@@ -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