basic-values.yaml 583 B

1234567891011121314151617181920212223242526272829303132
  1. TZ: Europe/Athens
  2. scrutiny:
  3. elevate_privileges: false
  4. disk_devices: []
  5. additional_envs: []
  6. network:
  7. web_port:
  8. bind_mode: published
  9. port_number: 8080
  10. influxdb_port:
  11. bind_mode: published
  12. port_number: 8081
  13. host_network: false
  14. ix_volumes:
  15. data: /opt/tests/mnt/data
  16. influxdb: /opt/tests/mnt/influxdb
  17. storage:
  18. config:
  19. type: ix_volume
  20. ix_volume_config:
  21. dataset_name: data
  22. create_host_path: true
  23. influxdb:
  24. type: ix_volume
  25. ix_volume_config:
  26. dataset_name: influxdb
  27. create_host_path: true
  28. additional_storage: []