Files
chart/library/ix-dev/community/terraria/ci/vanilla-basic-values.yaml
Stavros Kois cecc3414f7 NAS-121620 / 23.10 / Add Terraria to community train (#1152)
* Add terraria to community train

* correct pod/container names

* fix probes

* add mail

* add metadata

* let update_strategy handle a single image for now
2023-05-05 22:20:09 +03: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