Files
blog/content/posts/commits/2026-06-01-commit-629549e.md
Betty 5fe9aec9e8
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 629549e in bojemoi
2026-06-01 15:40:32 +02:00

1.4 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] feat(ops): script deploy-base-stack + fix healthcheck orchestrator 2026-06-01T15:40:31+02:00 false
commit
bojemoi
main
Git Activity
Commit 629549e par Betty dans bojemoi 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) noreply@anthropic.com

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