2022-07-20 16:30:17 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-12-06 10:42:22 +00:00
|
|
|
repository: ich777/steamcmd
|
|
|
|
tag: cstrikeczero@sha256:bdec4088bf4965b15119d6a59fdddfd1282b2d43583c341df3ca1ecec45fd200
|
2022-07-20 16:30:17 +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: 90 +app_set_config '90 mod dmc'
|
|
|
|
GAME_MOD: 90 mod czero
|
|
|
|
GAME_NAME: czero
|
|
|
|
GAME_PARAMS: -secure +maxplayers 32 +map as_oilrig
|
|
|
|
GAME_PORT: "27015"
|
|
|
|
VALIDATE: false
|
2022-07-20 16:30:17 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
2022-07-22 18:23:01 +00:00
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2022-07-20 16:30:17 +00:00
|
|
|
readiness:
|
2022-07-22 18:23:01 +00:00
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2022-07-20 16:30:17 +00:00
|
|
|
startup:
|
2022-07-22 18:23:01 +00:00
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2022-07-20 16:30:17 +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-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
|