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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
eirini-controller should expose health endpoints as described here. According to that document, healthz is deprecated in favour of livez and readyz, so we should have:
two endpoints, one for livez and one for readyz, similar to these
two probes configured in our Deployment, a livenessProbe and a readinessProbe, like this
eirini-controllershould expose health endpoints as described here. According to that document,healthzis deprecated in favour oflivezandreadyz, so we should have:livezand one forreadyz, similar to theseDeployment, alivenessProbeand areadinessProbe, like this