Files
truecharts/charts/incubator/avorion/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

85 lines
1.4 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/avorion
tag: latest@sha256:b7e32a75276e0976268d5aa2a11bc51ccfc9225d63ae10ea1e27f73a7ea4db17
stdin: true
tty: true
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GALAXY_NAME: AvorionDocker
GAME_ID: "565060"
GAME_PARAMS: ""
VALIDATE: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
service:
main:
ports:
main:
port: 27000
protocol: TCP
targetPort: 27000
hostport2:
enabled: true
ports:
hostport2:
enabled: true
port: 27000
protocol: UDP
targetPort: 27000
hostport3:
enabled: true
ports:
hostport3:
enabled: true
port: 27003
protocol: UDP
targetPort: 27003
hostport4:
enabled: true
ports:
hostport4:
enabled: true
port: 27020
protocol: UDP
targetPort: 27020
hostport5:
enabled: true
ports:
hostport5:
enabled: true
port: 27021
protocol: UDP
targetPort: 27021
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true