TrueChartsClone/charts/incubator/pavlovvr/values.yaml

64 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/pavlovvr
tag: latest@sha256:410a1978ba23985c962fa11ac7dcffc0f7f4cc38da7fa81b5f4234b02c37bbeb
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEmv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "622970"
GAME_PARAMS: ""
VALIDATE: false
service:
main:
ports:
main:
port: 7777
protocol: TCP
targetPort: 7777
udp2:
enabled: true
ports:
udp2:
enabled: true
port: 8177
protocol: UDP
targetPort: 8177
udp3:
enabled: true
ports:
udp3:
enabled: true
port: 7977
protocol: UDP
targetPort: 7977
udpgameport:
enabled: true
ports:
udpgameport:
enabled: true
port: 7777
protocol: UDP
targetPort: 7777
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true