Files
chart/community/terraria/1.0.10/ci/vanilla-basic-values.yaml
2023-08-29 20:33:13 +00:00

21 lines
419 B
YAML

terrariaStorage:
world:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/world
plugins:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/plugins
terrariaConfig:
imageSelector: vanillaImage
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