Files
truecharts/charts/incubator/core-keeper-dedicated-server/values.yaml
T
72082c1c44 chore(deps): update docker general non-major (#3530)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-08-22 09:08:30 +03:00

40 lines
808 B
YAML

env:
DATA_PATH: ""
GAME_ID: examplegameidwillgohere
MAX_PLAYERS: "10"
WORLD_INDEX: "0"
WORLD_NAME: World name here
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/core-keeper-dedicated-server
tag: latest@sha256:c48d46a36d7a5e10c102348ee04e46882cbb7d25d226001c25903e272a9285d7
persistence:
datafiles:
enabled: true
mountPath: /home/steam/core-keeper-data
serverfiles:
enabled: true
mountPath: /home/steam/core-keeper-dedicated
podSecurityContext:
runAsGroup: 0
runAsUser: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: false
ports:
main:
enabled: false
portal:
enabled: false