root-values.yaml 748 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. immich:
  6. enable_ml: true
  7. ml_image_selector: ml_image
  8. log_level: log
  9. hugging_face_endpoint: ""
  10. db_password: immich
  11. redis_password: immich
  12. additional_envs: []
  13. network:
  14. web_port:
  15. bind_mode: published
  16. port_number: 8080
  17. run_as:
  18. user: 0
  19. group: 0
  20. ix_volumes:
  21. postgres-data: /opt/tests/mnt/immich/postgres-data
  22. data: /opt/tests/mnt/immich/data
  23. storage:
  24. use_old_storage_config: false
  25. postgres_data:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: postgres-data
  29. create_host_path: true
  30. data:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: data
  34. create_host_path: true
  35. ml_cache:
  36. type: temporary
  37. additional_storage: []