tshock-password-values.yaml 393 B

12345678910111213141516171819
  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. worldEvil: crimson
  10. worldSize: small
  11. worldName: myworld
  12. worldDifficulty: normal
  13. maxPlayers: 8
  14. password: 'test'
  15. # Enable probes on CI runs only,
  16. # so we can check if the container is ready
  17. ci: true