41 lines
802 B
YAML
41 lines
802 B
YAML
env:
|
|
DEBUG_OUTPUT: "false"
|
|
GAME_ID: "1502300"
|
|
GAME_PARAMS: ""
|
|
PASSWRD: ""
|
|
USERNAME: ""
|
|
VALIDATE: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/survivethenights
|
|
tag: latest@sha256:2d3c4dda4e5c0215d3c67b42cffd065e16064e4be47d85d5c283cf6a66443e21
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 7950
|
|
protocol: UDP
|
|
targetPort: 7950
|