mirror of
https://github.com/truenas/charts.git
synced 2026-04-07 04:39:15 +08:00
* Add terraria to community train * correct pod/container names * fix probes * add mail * add metadata * let update_strategy handle a single image for now
21 lines
419 B
YAML
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
|