post: commit eed05c4 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
This commit is contained in:
41
content/posts/commits/2026-06-06-commit-eed05c4.md
Normal file
41
content/posts/commits/2026-06-06-commit-eed05c4.md
Normal file
@@ -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(-)
|
||||
```
|
||||
Reference in New Issue
Block a user