Closed o10s closed 1 year ago
In case you are still having this issue, I made the same mistake as you (albeit without using the official helm chart).
The solution is to remove the port from TYPESENSE_HOST
. So where your environment values shows you using:
TYPESENSE_HOST: 'immich-typesense.multimedia.svc.cluster.local:8180'
It should be:
TYPESENSE_HOST: 'immich-typesense.multimedia.svc.cluster.local'
As you are manually entering the environment variables rather than letting helm handle them, this issue is not related to the helm chart.
The bug
I started playing around with immich and now wanted to port it to kubernetes but when I start immich-server it results in the following:
I am using the official helm-chart available here Here is my values files in case it helps:
No other pods report errors.
I have tried several configurations / versions to see if it could be a problem but nothing works...
The OS that Immich Server is running on
K3S v1.26.5+k3s1 on Ubuntu Server 22.04
Version of Immich Server
v1.53.0 (but also tried up to v1.60)
Version of Immich Mobile App
Not applicable
Platform with the issue
Your docker-compose.yml content
Reproduction steps
Additional information
No response