TrueChartsClone/charts/incubator/longvinter/values.yaml

40 lines
755 B
YAML

env:
GAME_PARAMS: ""
GAME_PORT: "27016"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/longvinter
tag: latest@sha256:8bf1d02dbd00377600977b75c7f780324e0e1882acedc0800089616bbc650201
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: 27016
protocol: UDP
targetPort: 27016
portal:
enabled: true