Closed LEI closed 4 years ago
Once basic auth enabled, deployment fails because the probes wait for a successful status (2xx or 3xx):
HTTP probe failed with statuscode: 401
This changes httpGet to tcpSocket, making it identical to radarr and lidarr charts health checks.
Nice catch, thanks for the fix, @LEI. Would you be willing to do the same for the radarr chart as well in a different pull request?
You are welcome. It seems the radarr chart already uses tcpSocket.port: http, as well as lidarr.
tcpSocket.port: http
Once basic auth enabled, deployment fails because the probes wait for a successful status (2xx or 3xx):
This changes httpGet to tcpSocket, making it identical to radarr and lidarr charts health checks.