immich-app / immich-charts

Helm chart implementation of Immich
https://immich.app
GNU Affero General Public License v3.0
106 stars 45 forks source link

use http probes #21

Closed uhthomas closed 1 year ago

uhthomas commented 1 year ago

HTTP probes should be more reliable and can convey more information than TCP probes. I would suggest that if HTTP is available then it should be used. TCP probes are really only useful for protocols which use TCP but not HTTP.

https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#http-probes

bo0tzz commented 1 year ago

Will be fixed by #20

PixelJonas commented 1 year ago

This should be resolved with #20 now