Can't upload images - k8s deployment
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
