59 lines
1.1 KiB
YAML
59 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/cssource
|
|
tag: latest@sha256:5e7e18125cd8c6da673a264e45949925165561fe1b28d95c18ecabc27f7c0613
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
secretEnv:
|
|
USERNAME: ""
|
|
PASSWRD: ""
|
|
|
|
env:
|
|
GAME_ID: "232330"
|
|
GAME_NAME: cstrike
|
|
GAME_PARAMS: -secure +maxplayers 32 +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
|