mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
ensure we check web health endpoint
This commit is contained in:
@@ -17,4 +17,8 @@ http:
|
||||
{% for web_ip in env_vars.WEB_IPS | from_json %}
|
||||
- url: "http://{{ web_ip }}:80"
|
||||
{% endfor %}
|
||||
healthCheck:
|
||||
path: /health
|
||||
interval: "10s"
|
||||
timeout: "3s"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user