diff --git a/lenra.yml b/lenra.yml index 67f0ca8..99917a5 100644 --- a/lenra.yml +++ b/lenra.yml @@ -24,3 +24,8 @@ generator: - "**" - "!/*.json" - "!/src/" + healthcheck: + cmd: "CMD wget --spider -q http://localhost:8080/health" + interval: 1s + retries: 5 + start: 10s