TrueChartsClone/charts/incubator/eco/values.yaml

50 lines
839 B
YAML

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