Hi, I have deployed immich in kubernetes. Some notes in my setup:
- Using longhorn as storage provisioning
- Using postgresql (with all required extensions, including vectors) deployed as a separate helm chart
- immich ingress exposed via nodePort and nginx ingress controller
- Enabled redis + machine_learning microservices as well
- immich, redis and postgresql all have persistent volumes attached
- UPLOAD_LOCATION env var set to /usr/src/app/upload
the UI seems to be working fine, except.. when I try to upload images it shows "Unable to upload file" (screenshot). All pods running, no errors in "immich-server" pod logs either, I'm confused what could be the issue.. please help. : ))