basic-values.yaml 695 B

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