basic-values.yaml 921 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. jelu:
  7. additional_envs: []
  8. network:
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. ix_volumes:
  13. config: /opt/tests/mnt/config
  14. database: /opt/tests/mnt/database
  15. files_images: /opt/tests/mnt/files/images
  16. files_imports: /opt/tests/mnt/files/imports
  17. storage:
  18. config:
  19. type: ix_volume
  20. ix_volume_config:
  21. dataset_name: config
  22. create_host_path: true
  23. database:
  24. type: ix_volume
  25. ix_volume_config:
  26. dataset_name: database
  27. create_host_path: true
  28. files_images:
  29. type: ix_volume
  30. ix_volume_config:
  31. dataset_name: files_images
  32. create_host_path: true
  33. files_imports:
  34. type: ix_volume
  35. ix_volume_config:
  36. dataset_name: files_imports
  37. create_host_path: true
  38. additional_storage:
  39. - type: anonymous
  40. mount_path: /scratchpad
  41. volume_config:
  42. nocopy: true