Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Add health and readiness checks to eirini-controller #223

Description

@gcapizzi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions