ensure we check web health endpoint

This commit is contained in:
2026-08-07 20:23:15 +02:00
parent f19d6f6a72
commit 73223d6efc
@@ -17,4 +17,8 @@ http:
{% for web_ip in env_vars.WEB_IPS | from_json %} {% for web_ip in env_vars.WEB_IPS | from_json %}
- url: "http://{{ web_ip }}:80" - url: "http://{{ web_ip }}:80"
{% endfor %} {% endfor %}
healthCheck:
path: /health
interval: "10s"
timeout: "3s"