2022-07-20 19:12:54 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-12-06 10:42:22 +00:00
|
|
|
repository: ich777/steamcmd
|
2024-06-06 12:22:51 +00:00
|
|
|
tag: dods@sha256:e1211f4a54414d14540c80b4555c95936703c444abc535b935d733f4f6a42805
|
2023-12-07 14:26:46 +00:00
|
|
|
persistence:
|
|
|
|
serverfiles:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /serverdata/serverfiles
|
|
|
|
steamcmd:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
portal:
|
2023-12-12 15:54:42 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
2022-08-26 23:12:33 +00:00
|
|
|
securityContext:
|
2023-12-07 14:26:46 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
2022-07-20 19:12:54 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 27015
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: udp
|
2022-07-20 19:12:54 +00:00
|
|
|
targetPort: 27015
|
|
|
|
tcprcon:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
tcprcon:
|
|
|
|
enabled: true
|
|
|
|
port: 27015
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: tcp
|
2022-07-20 19:12:54 +00:00
|
|
|
targetPort: 27015
|
2023-12-07 14:26:46 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
GAME_ID: "232290"
|
|
|
|
GAME_NAME: dod
|
|
|
|
GAME_PARAMS: -secure +maxplayers 24 +map dod_kalt
|
|
|
|
GAME_PORT: "27015"
|
|
|
|
PASSWRD: ""
|
|
|
|
USERNAME: ""
|
|
|
|
VALIDATE: "false"
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
|
|
|
readiness:
|
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
|
|
|
startup:
|
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|