--- title: "[bojemoi] feat(orchestrator): endpoint /livez liveness probe sans dépendances externes" date: 2026-06-06T16:51:13+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit eed05c4 par Betty dans bojemoi" author: "Betty" --- ## Commit `eed05c4` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `eed05c46a90ce6685572fdf23406b3e18289e3e6` | ### Description - Ajoute GET /livez -> {ok: true} (aucun appel Gitea/XenServer/DB) - Bascule Docker healthcheck de /health vers /livez - /health reste disponible pour le monitoring Prometheus/Grafana - Revenir à interval 30s (acceptable car /livez est O(1)) ### Files Changed ``` M provisioning/orchestrator/app/main.py M stack/01-service-hl.yml ``` ### Diff Summary ``` provisioning/orchestrator/app/main.py | 6 ++++++ stack/01-service-hl.yml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) ```