immich-app / immich-charts

Helm chart implementation of Immich
https://immich.app
GNU Affero General Public License v3.0
106 stars 45 forks source link

Deploy without ML component #40

Closed irreleph4nt closed 11 months ago

irreleph4nt commented 11 months ago

Hi,

I am currently looking into replacing nextcloud with immich as the former won't fix the broken auto-upload for iOS devices. From what I have read so far, the ML component in this chart is pretty high on resource consumption, which is a problem because I run on a single node cluster.

Can immich be deployed and function witholut the ML component? If so, is setting "enabled: false" in the values.yaml file sufficient to achieve this goal? What features etc. will I be missing out on when ML is not available to immich?

Thanks, this looks like a great app!

bo0tzz commented 11 months ago

Yes, most of this should be documented at https://immich.app/docs/FAQ#why-is-immich-slow-on-low-memory-systems-like-the-raspberry-pi. You can use the settings documented there to disable ML, and to disable the deployment in the chart you can set:

machine-learning:
  enabled: false