basic-values.yaml 659 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. TZ: Europe/Athens
  2. mosquitto:
  3. enable_persistence: true
  4. allow_anonymous: false
  5. autosave_interval: 1800
  6. additional_envs: []
  7. run_as:
  8. user: 568
  9. group: 568
  10. network:
  11. broker_port:
  12. bind_mode: published
  13. port_number: 8080
  14. ws_port:
  15. bind_mode: published
  16. port_number: 8081
  17. host_network: false
  18. additional_ports: []
  19. ix_volumes:
  20. config: /opt/tests/mnt/config
  21. data: /opt/tests/mnt/data
  22. storage:
  23. config:
  24. type: ix_volume
  25. ix_volume_config:
  26. dataset_name: config
  27. create_host_path: true
  28. data:
  29. type: ix_volume
  30. ix_volume_config:
  31. dataset_name: data
  32. create_host_path: true
  33. additional_storage: []