basic-values.yaml 547 B

12345678910111213141516171819202122232425262728293031323334
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. calibre:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. http_port:
  10. bind_mode: published
  11. port_number: 8000
  12. https_port:
  13. bind_mode: published
  14. port_number: 8001
  15. web_port:
  16. bind_mode: published
  17. port_number: 8002
  18. run_as:
  19. user: 568
  20. group: 568
  21. ix_volumes:
  22. media: /opt/tests/mnt/media
  23. config: /opt/tests/mnt/config
  24. storage:
  25. config:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: config
  29. create_host_path: true
  30. additional_storage: []