vanilla-basic-values.yaml 419 B

1234567891011121314151617181920
  1. terrariaStorage:
  2. world:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/world
  5. plugins:
  6. type: hostPath
  7. hostPath: /mnt/{{ .Release.Name }}/plugins
  8. terrariaConfig:
  9. imageSelector: vanillaImage
  10. worldEvil: crimson
  11. worldSize: small
  12. worldName: myworld
  13. worldDifficulty: normal
  14. maxPlayers: 8
  15. password: ''
  16. # Enable probes on CI runs only,
  17. # so we can check if the container is ready
  18. ci: true