old-storage-root-values.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. library: /opt/tests/mnt/immich/library
  23. uploads: /opt/tests/mnt/immich/uploads
  24. thumbs: /opt/tests/mnt/immich/thumbs
  25. profile: /opt/tests/mnt/immich/profile
  26. video: /opt/tests/mnt/immich/video
  27. backups: /opt/tests/mnt/immich/backups
  28. storage:
  29. use_old_storage_config: true
  30. postgres_data:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: postgres-data
  34. create_host_path: true
  35. library:
  36. type: ix_volume
  37. ix_volume_config:
  38. dataset_name: library
  39. create_host_path: true
  40. uploads:
  41. type: ix_volume
  42. ix_volume_config:
  43. dataset_name: uploads
  44. create_host_path: true
  45. thumbs:
  46. type: ix_volume
  47. ix_volume_config:
  48. dataset_name: thumbs
  49. create_host_path: true
  50. profile:
  51. type: ix_volume
  52. ix_volume_config:
  53. dataset_name: profile
  54. create_host_path: true
  55. video:
  56. type: ix_volume
  57. ix_volume_config:
  58. dataset_name: video
  59. create_host_path: true
  60. backups:
  61. type: ix_volume
  62. ix_volume_config:
  63. dataset_name: backups
  64. create_host_path: true
  65. ml_cache:
  66. type: temporary
  67. additional_storage: []