I have deployed immich using official Help charts. The relevant section of the flux's HelmRelease manifest is pasted below. I have also pasted the complete immich-server log output. All volumes and secrets are found and mounted correctly, there are no errors anywhere. However startup probe fails because immich-server does not accept connections.
I tried to forward ports to the container and connect with telnet - connection succeeds and than gets closed immediately.
$ telnet localhost 2283
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
The bug
I have deployed immich using official Help charts. The relevant section of the flux's
HelmRelease
manifest is pasted below. I have also pasted the complete immich-server log output. All volumes and secrets are found and mounted correctly, there are no errors anywhere. However startup probe fails because immich-server does not accept connections.I tried to forward ports to the container and connect with
telnet
- connection succeeds and than gets closed immediately.The OS that Immich Server is running on
k8s
Version of Immich Server
v1.119.0
Version of Immich Mobile App
none
Platform with the issue
Your helm values
Your .env content
Reproduction steps
1. 2. 3. ...
Relevant log output
Additional information
No response