TrueChartsClone/charts/stable/hurtworld/values.yaml

57 lines
1.2 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/steamcmd
tag: hurtworld@sha256:6aaf6a6d468b1aa5232c81aa7b473c656d931af0b8a0ac1187b29fc082f63c39
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 12871
protocol: udp
targetPort: 12871
queryport:
enabled: true
ports:
queryport:
enabled: true
port: 12881
protocol: udp
targetPort: 12881
workload:
main:
podSpec:
containers:
main:
env:
GAME_ID: "405100"
GAME_PARAMS: ;autosaveenabled 1;addadmin 76561197963117432
GAME_PORT: "12871"
PASSWRD: ""
QUERY_PORT: "12881"
SRV_MAXPLAYERS: "50"
SRV_NAME: Hurtworld Docker
USERNAME: ""
VALIDATE: "false"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false