-
Type: User story
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: v0
-
Component/s: Nuxeo Quarkus
-
Tags:
-
Sprint:l2it-11.1.2
-
Story Points:1
As a Kubernetes cluster, I need a way to detect if the container is still responding.
We need to define a `healthz` endpoint (following: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#define-a-liveness-http-request rules) in order to let K8s detect a faulty container.
As an acceptance, I have a `/healthz` endpoint available on all images, that returns a 200 HTTP code when the server is reachable