basic-values.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. stash:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. ix_volumes:
  13. config: /opt/tests/mnt/stash/config
  14. data: /opt/tests/mnt/stash/data
  15. metadata: /opt/tests/mnt/stash/metadata
  16. cache: /opt/tests/mnt/stash/cache
  17. blobs: /opt/tests/mnt/stash/blobs
  18. generated: /opt/tests/mnt/stash/generated
  19. storage:
  20. config:
  21. type: ix_volume
  22. ix_volume_config:
  23. dataset_name: config
  24. create_host_path: true
  25. data:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: data
  29. create_host_path: true
  30. metadata:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: metadata
  34. create_host_path: true
  35. cache:
  36. type: ix_volume
  37. ix_volume_config:
  38. dataset_name: cache
  39. create_host_path: true
  40. blobs:
  41. type: ix_volume
  42. ix_volume_config:
  43. dataset_name: blobs
  44. create_host_path: true
  45. generated:
  46. type: ix_volume
  47. ix_volume_config:
  48. dataset_name: generated
  49. create_host_path: true
  50. additional_storage: []