add: project zomboid
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user