repo-updater: Add /healthz endpoint
Created by: pecigonzalo
Currently the healthz
endpoint does not check for anything, but it will help ensure the http service is up before rolling new images. Ill make another change to deploy-sourcegraph
to add the K8s probe.
Notes
handleHealthz
does not need to be a method of Server, but it seems all handlers are part of that class, so I assumed we attach them there by convention.