basic-values.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. stirling:
  6. enable_security: false
  7. langs: []
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. web_port:
  12. bind_mode: published
  13. port_number: 8080
  14. run_as:
  15. user: 568
  16. group: 568
  17. ix_volumes:
  18. tesseract-data: /opt/tests/tesseract-data
  19. configs: /opt/tests/configs
  20. custom-files: /opt/tests/custom-files
  21. logs: /opt/tests/logs
  22. pipeline: /opt/tests/pipeline
  23. storage:
  24. tesseract_data:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: tesseract-data
  28. create_host_path: true
  29. configs:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: configs
  33. create_host_path: true
  34. custom_files:
  35. type: ix_volume
  36. ix_volume_config:
  37. dataset_name: custom-files
  38. create_host_path: true
  39. logs:
  40. type: ix_volume
  41. ix_volume_config:
  42. dataset_name: logs
  43. create_host_path: true
  44. pipeline:
  45. type: ix_volume
  46. ix_volume_config:
  47. dataset_name: pipeline
  48. create_host_path: true
  49. additional_storage: []