2022-07-20 16:30:17 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-12-06 10:42:22 +00:00
|
|
|
repository: ich777/steamcmd
|
2024-09-16 14:28:44 +00:00
|
|
|
tag: cstrikeczero@sha256:21958d288fe111c9fac3df95eab05e87fd698f16495031ec39317a5288e62a20
|
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 16:30:17 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 27015
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: udp
|
2022-07-20 16:30:17 +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 16:30:17 +00:00
|
|
|
targetPort: 27015
|
2023-12-07 14:26:46 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
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"
|
|
|
|
PASSWRD: ""
|
|
|
|
USERNAME: ""
|
|
|
|
VALIDATE: "false"
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2024-09-16 14:28:44 +00:00
|
|
|
type: tcp
|
2023-12-07 14:26:46 +00:00
|
|
|
readiness:
|
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2024-09-16 14:28:44 +00:00
|
|
|
type: tcp
|
2023-12-07 14:26:46 +00:00
|
|
|
startup:
|
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2024-09-16 14:28:44 +00:00
|
|
|
type: tcp
|