TrueChartsClone/charts/stable/dayz/values.yaml

54 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/steamcmd
tag: dayz@sha256:2769f2cc3069924ed4ce381f24ba8b6911c1a54b5227298b66ab6a21e92bc9d8
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: 2302
protocol: udp
targetPort: 2302
steamqueryport:
enabled: true
ports:
steamqueryport:
enabled: true
port: 27016
protocol: udp
targetPort: 27016
workload:
main:
podSpec:
containers:
main:
env:
GAME_ID: "1042420"
GAME_PARAMS: ""
GAME_PORT: "2302"
PASSWRD: ""
USERNAME: ""
VALIDATE: "false"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false