You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to get this going in a helm chart for my use case, and it's considered best practise to have a health check endpoint in Kubernetes for readiness/liveness
Ideally, it would have a blank 200 code return for the HTTP path of /healthz.
I really don't know much about go, but my assumption after a quick google is adding the below (or similar) to this file: internal/http/http.go
I'm currently trying to get this going in a helm chart for my use case, and it's considered best practise to have a health check endpoint in Kubernetes for readiness/liveness
Ideally, it would have a blank
200
code return for the HTTP path of/healthz
.I really don't know much about go, but my assumption after a quick google is adding the below (or similar) to this file: internal/http/http.go
Such as:
The text was updated successfully, but these errors were encountered: