chore(Project Santa): Add a lot of working incubator charts to stable part 3
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: latest@sha256:e5f6e2e3bf9486cbcf7f229e9198dc47d17f0eee0f1b073a07ccc7dce3c01578
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 27015
|
||||
protocol: udp
|
||||
targetPort: 27015
|
||||
tcprcon:
|
||||
enabled: true
|
||||
ports:
|
||||
tcprcon:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: tcp
|
||||
targetPort: 27015
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "232330"
|
||||
GAME_NAME: cstrike
|
||||
GAME_PARAMS: -secure +maxplayers 32 +map de_dust2
|
||||
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 }}"
|
||||
Reference in New Issue
Block a user