basic-values.yaml 626 B

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