56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: ich777/steamcmd
|
||
|
tag: pvkii@sha256:9ada22a503d301abf414d657febbb0700951b09b3c2adc492dd69f15dddffd3b
|
||
|
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:
|
||
|
DATA_PERM: "770"
|
||
|
GAME_ID: "17575"
|
||
|
GAME_NAME: pvkii
|
||
|
GAME_PARAMS: -maxplayers 18 +map bt_island
|
||
|
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 }}"
|