basic-values.yaml 586 B

12345678910111213141516171819202122232425262728293031323334
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 2048
  5. monitee_agent:
  6. docker_enable: true
  7. storage_monitoring_enable: true
  8. devices: []
  9. network:
  10. host_network: false
  11. https_port:
  12. bind_mode: published
  13. port_number: 8444
  14. http_port:
  15. bind_mode: published
  16. port_number: 8081
  17. ix_volumes:
  18. config: /opt/tests/mnt/config
  19. data: /opt/tests/mnt/data
  20. storage:
  21. data:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: data
  25. create_host_path: true
  26. config:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: config
  30. create_host_path: true