2022-07-20 19:12:54 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/dayofdefeatsource
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:34a328de3107fd3e55203bc6c0638cb1e102422eea97af37d13b518b89660fda
|
2022-08-26 23:12:33 +00:00
|
|
|
|
2022-07-20 19:12:54 +00:00
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
2022-08-26 23:12:33 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
secretEnv:
|
|
|
|
USERNAME: ""
|
|
|
|
PASSWRD: ""
|
|
|
|
|
|
|
|
env:
|
|
|
|
GAME_ID: "232290"
|
|
|
|
GAME_NAME: dod
|
|
|
|
GAME_PARAMS: -secure +maxplayers 24 +map dod_kalt
|
|
|
|
GAME_PORT: "27015"
|
|
|
|
VALIDATE: false
|
|
|
|
|
2022-07-20 19:12:54 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
2022-07-22 18:23:01 +00:00
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2022-07-20 19:12:54 +00:00
|
|
|
readiness:
|
2022-07-22 18:23:01 +00:00
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2022-07-20 19:12:54 +00:00
|
|
|
startup:
|
2022-07-22 18:23:01 +00:00
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2022-08-26 23:12:33 +00:00
|
|
|
|
2022-07-20 19:12:54 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 27015
|
|
|
|
protocol: UDP
|
|
|
|
targetPort: 27015
|
|
|
|
tcprcon:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
tcprcon:
|
|
|
|
enabled: true
|
|
|
|
port: 27015
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 27015
|
2022-08-08 21:25:02 +00:00
|
|
|
|
2022-08-26 23:12:33 +00:00
|
|
|
persistence:
|
|
|
|
serverfiles:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /serverdata/serverfiles
|
|
|
|
steamcmd:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
|
|
|
enabled: true
|