basic-values.yaml 764 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. photoprism:
  6. admin_password: ""
  7. public: true
  8. site_url: ""
  9. additional_envs: []
  10. network:
  11. host_network: false
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. certificate_id:
  16. run_as:
  17. user: 568
  18. group: 568
  19. ix_volumes:
  20. import: /opt/tests/mnt/import
  21. storage: /opt/tests/mnt/storage
  22. originals: /opt/tests/mnt/originals
  23. storage:
  24. import:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: import
  28. create_host_path: true
  29. storage:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: storage
  33. create_host_path: true
  34. originals:
  35. type: ix_volume
  36. ix_volume_config:
  37. dataset_name: originals
  38. create_host_path: true
  39. additional_storage: []