with-release-values.yaml 537 B

123456789101112131415161718192021222324252627282930
  1. TZ: Europe/Athens
  2. luanti:
  3. author: Luanti
  4. map_name: minetest_game
  5. release: "31630"
  6. additional_envs: []
  7. network:
  8. game_port:
  9. bind_mode: published
  10. port_number: 8080
  11. host_network: false
  12. ix_volumes:
  13. config: /opt/tests/mnt/luanti/config
  14. data: /opt/tests/mnt/luanti/data
  15. storage:
  16. config:
  17. type: ix_volume
  18. ix_volume_config:
  19. dataset_name: config
  20. create_host_path: true
  21. data:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: data
  25. create_host_path: true
  26. additional_storage: []