From f27bdaf98206028b1cb354f7f00e2c666c9d31c2 Mon Sep 17 00:00:00 2001 From: Betty Date: Sat, 6 Jun 2026 16:51:13 +0200 Subject: [PATCH] post: commit eed05c4 in bojemoi --- .../commits/2026-06-06-commit-eed05c4.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-06-06-commit-eed05c4.md diff --git a/content/posts/commits/2026-06-06-commit-eed05c4.md b/content/posts/commits/2026-06-06-commit-eed05c4.md new file mode 100644 index 0000000..754dfad --- /dev/null +++ b/content/posts/commits/2026-06-06-commit-eed05c4.md @@ -0,0 +1,41 @@ +--- +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(-) +```