12345678910111213141516171819 |
- terrariaStorage:
- world:
- type: hostPath
- hostPath: /mnt/{{ .Release.Name }}/world
- plugins:
- type: hostPath
- hostPath: /mnt/{{ .Release.Name }}/plugins
- terrariaConfig:
- worldEvil: crimson
- worldSize: small
- worldName: myworld
- worldDifficulty: normal
- maxPlayers: 8
- password: 'test'
- # Enable probes on CI runs only,
- # so we can check if the container is ready
- ci: true
|