2022-07-20 19:12:45 +00:00
|
|
|
env:
|
2022-07-22 18:23:01 +00:00
|
|
|
GAME_ID: "232370"
|
2022-07-20 19:12:45 +00:00
|
|
|
GAME_NAME: hl2mp
|
|
|
|
GAME_PARAMS: -secure +maxplayers 16 +map dm_overwatch
|
2022-07-22 18:23:01 +00:00
|
|
|
GAME_PORT: "27015"
|
|
|
|
PASSWRD: ""
|
|
|
|
USERNAME: ""
|
|
|
|
VALIDATE: ""
|
2022-07-20 19:12:45 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/halflife2deathmatch
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:a53dab98bd037d5e1c1e65b39d49a7075e9a06172301c72e889aa22db9e1e414
|
2022-07-20 19:12:45 +00:00
|
|
|
persistence:
|
|
|
|
serverfiles:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /serverdata/serverfiles
|
|
|
|
steamcmd:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
probes:
|
|
|
|
liveness:
|
2022-07-22 18:23:01 +00:00
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2022-07-20 19:12:45 +00:00
|
|
|
readiness:
|
2022-07-22 18:23:01 +00:00
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2022-07-20 19:12:45 +00:00
|
|
|
startup:
|
2022-07-22 18:23:01 +00:00
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2022-07-20 19:12:45 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
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
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|