hostnet-values.yaml 484 B

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