Files
truecharts/charts/dev/eco/values.yaml
T
Kjeld Schouten-Lebbing 625f217b97 feat: Add E-Rang of UnRaid Ports (#3229)
* feat: Add E-Rang of UnRaid Ports

* remove non-passing Charts

* remove more non-working

* re
2022-07-20 21:13:02 +02:00

43 lines
777 B
YAML

env:
DATA_PERM: '770'
GAME_ID: '739590'
GAME_PARAMS: ''
PASSWRD: ''
UMASK: '000'
USERNAME: ''
VALIDATE: ''
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/eco
tag: latest
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 3001
protocol: HTTP
targetPort: 3001
udpgameport:
enabled: true
ports:
udpgameport:
enabled: true
port: 3000
protocol: UDP
targetPort: 3000