2022-07-20 19:13:25 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-12-06 10:42:22 +00:00
|
|
|
repository: ich777/steamcmd
|
2024-09-16 14:27:49 +00:00
|
|
|
tag: fistfuloffrags@sha256:03a7e9dc6c40c1f26a2d12fd90d406de394f9831446da927c5282504dfd0bdd5
|
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 19:13:25 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 27015
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: udp
|
2022-07-20 19:13:25 +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 19:13:25 +00:00
|
|
|
targetPort: 27015
|
2023-12-07 14:26:46 +00:00
|
|
|
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 }}"
|
2024-09-16 14:27:49 +00:00
|
|
|
type: tcp
|
2023-12-07 14:26:46 +00:00
|
|
|
readiness:
|
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2024-09-16 14:27:49 +00:00
|
|
|
type: tcp
|
2023-12-07 14:26:46 +00:00
|
|
|
startup:
|
|
|
|
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
|
2024-09-16 14:27:49 +00:00
|
|
|
type: tcp
|