Files
truecharts/charts/incubator/pavlovvr/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

64 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/pavlovvr
tag: latest@sha256:1ff1906044571be58f313b29160c3d46b5ec1410e394158ecebf6e22b20ca5f5
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