basic-values.yaml 460 B

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