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

57 lines
955 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/stationeers
tag: latest@sha256:c7a6704ee6572ffd4bdc45d8ac4d783e5229231d0c39f5fbaca01b639c89e8e0
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "600760"
GAME_PARAMS: AutoSave true SaveInterval 300
VALIDATE: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
service:
main:
ports:
main:
port: 27015
protocol: UDP
targetPort: 27015
gameport:
enabled: true
ports:
gameport:
enabled: true
port: 27500
protocol: UDP
targetPort: 27500
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true