From 5fe9aec9e89c6cc8517e61e2c0c317d5b2a8e18c Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 1 Jun 2026 15:40:31 +0200 Subject: [PATCH] post: commit 629549e in bojemoi --- .../commits/2026-06-01-commit-629549e.md | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 content/posts/commits/2026-06-01-commit-629549e.md diff --git a/content/posts/commits/2026-06-01-commit-629549e.md b/content/posts/commits/2026-06-01-commit-629549e.md new file mode 100644 index 0000000..b9f31bb --- /dev/null +++ b/content/posts/commits/2026-06-01-commit-629549e.md @@ -0,0 +1,48 @@ +--- +title: "[bojemoi] feat(ops): script deploy-base-stack + fix healthcheck orchestrator" +date: 2026-06-01T15:40:31+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 629549e par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `629549e` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `629549e209084f0c0b6c26f5c39bb47536337f9f` | + + +### Description + +- scripts/deploy-base-stack.sh : wrapper deploy stack base qui détecte + les configs modifiées, les détache/supprime avant docker stack deploy + pour contourner l'erreur "only updates to Labels are allowed" +- stack/01-service-hl.yml : fix healthcheck orchestrator (python3 au + lieu de curl absent du container → évite le cycle unhealthy/restart) +- provisioning/cloud-init/alpine/alpine-worker-full.yaml : copie du + template dans le répertoire monté par l'orchestrator (/app/cloud-init) + +Co-Authored-By: Claude Sonnet 4.6 (1M context) + +### Files Changed + +``` +A provisioning/cloud-init/alpine/alpine-worker-full.yaml +A scripts/deploy-base-stack.sh +M stack/01-service-hl.yml +``` + +### Diff Summary + +``` + .../cloud-init/alpine/alpine-worker-full.yaml | 312 +++++++++++++++++++++ + scripts/deploy-base-stack.sh | 69 +++++ + stack/01-service-hl.yml | 2 +- + 3 files changed, 382 insertions(+), 1 deletion(-) +```