Files
blog/content/posts/commits/2026-06-06-commit-eed05c4.md
Betty f27bdaf982
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit eed05c4 in bojemoi
2026-06-06 16:51:14 +02:00

42 lines
983 B
Markdown

---
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(-)
```