65 lines
1.1 KiB
YAML
65 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/theforest
|
|
tag: latest@sha256:abd92c6ebfbf1bde76b35ad1e46aebd03974b601a754cf915820959fd9e73056
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
secretEnv:
|
|
USERNAME: ""
|
|
PASSWRD: ""
|
|
|
|
env:
|
|
GAME_ID: "556450"
|
|
GAME_PARAMS: ""
|
|
VALIDATE: false
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8766
|
|
protocol: UDP
|
|
targetPort: 8766
|
|
gameport:
|
|
enabled: true
|
|
ports:
|
|
gameport:
|
|
enabled: true
|
|
port: 27015
|
|
protocol: UDP
|
|
targetPort: 27015
|
|
steamqueryport:
|
|
enabled: true
|
|
ports:
|
|
steamqueryport:
|
|
enabled: true
|
|
port: 27016
|
|
protocol: UDP
|
|
targetPort: 27016
|
|
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
portal:
|
|
enabled: true
|