Files
truecharts/charts/incubator/dayz/values.yaml
T

49 lines
873 B
YAML

env:
GAME_ID: '1042420'
GAME_PARAMS: ''
GAME_PORT: '2302'
PASSWRD: ''
USERNAME: ''
VALIDATE: ''
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/dayz
tag: latest
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: 2302
protocol: UDP
targetPort: 2302
steamqueryport:
enabled: true
ports:
steamqueryport:
enabled: true
port: 27016
protocol: UDP
targetPort: 27016