57 lines
1.4 KiB
YAML
57 lines
1.4 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/ich777/steamcmd
|
|
tag: fistfuloffrags@sha256:cafb0f50f66dbe187d05993f12ad5ee4284d2d5345aac03dff3a16014cec3699
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
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: "295230"
|
|
GAME_NAME: fof
|
|
GAME_PARAMS: +maxplayers 20 +map fof_fistful
|
|
GAME_PORT: "27015"
|
|
PASSWRD: ""
|
|
USERNAME: ""
|
|
VALIDATE: "false"
|
|
probes:
|
|
liveness:
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
|
type: tcp
|
|
readiness:
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
|
type: tcp
|
|
startup:
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
|
type: tcp
|