TrueChartsCatalogClone/incubator/hurtworld/0.0.14/ix_values.yaml

52 lines
1.0 KiB
YAML

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: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/hurtworld
tag: latest@sha256:1e7c378491ac4e44175c69932cbbec4d731100b0243ef4551361c2bc2d451dd1
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 12871
protocol: UDP
targetPort: 12871
queryport:
enabled: true
ports:
queryport:
enabled: true
port: 12881
protocol: UDP
targetPort: 12881