58 lines
1.1 KiB
YAML
58 lines
1.1 KiB
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/csgo
|
||
|
tag: latest@sha256:6a408e0ee8048dfdd8b689c5e127c240af8466626aacc0d8fca2864bcf390ce5
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
secretEnv:
|
||
|
USERNAME: ""
|
||
|
PASSWRD: ""
|
||
|
|
||
|
env:
|
||
|
GAME_ID: "740"
|
||
|
GAME_NAME: csgo
|
||
|
GAME_PARAMS: +game_type 0 -usercon +game_mode 0 +mapgroup mg_active +map de_dust2
|
||
|
GAME_PORT: "27015"
|
||
|
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 }}"
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 27015
|
||
|
protocol: UDP
|
||
|
targetPort: 27015
|
||
|
tcprcon:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
tcprcon:
|
||
|
enabled: true
|
||
|
port: 27015
|
||
|
protocol: TCP
|
||
|
targetPort: 27015
|
||
|
|
||
|
persistence:
|
||
|
serverfiles:
|
||
|
enabled: true
|
||
|
mountPath: /serverdata/serverfiles
|
||
|
steamcmd:
|
||
|
enabled: true
|
||
|
mountPath: /serverdata/steamcmd
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|