50 lines
839 B
YAML
50 lines
839 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/eco
|
|
tag: latest@sha256:7b380486ce590ba0bb9b3361f84464727126611771ba746210f7a73180d7b987
|
|
|
|
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
|