Skip to content

repo-updater: Add /healthz endpoint

Administrator requested to merge feature/repo-updater-healthcheck into main

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.

Merge request reports

Loading