Files
chart/community/terraria/1.0.23/ci/tshock-basic-values.yaml
2024-09-16 20:29:24 +00:00

20 lines
389 B
YAML

terrariaStorage:
world:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/world
plugins:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/plugins
terrariaConfig:
worldEvil: crimson
worldSize: small
worldName: myworld
worldDifficulty: normal
maxPlayers: 8
password: ''
# Enable probes on CI runs only,
# so we can check if the container is ready
ci: true