basic-values.yaml 530 B

12345678910111213141516171819202122232425262728293031323334
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. influxdb:
  6. additional_envs: []
  7. run_as:
  8. user: 568
  9. group: 568
  10. network:
  11. host_network: false
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. ix_volumes:
  16. data: /opt/tests/mnt/data
  17. config: /opt/tests/mnt/config
  18. storage:
  19. data:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: data
  23. create_host_path: true
  24. config:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: config
  28. create_host_path: true
  29. additional_storage: []