parse WEB_IPS as json correctly

This commit is contained in:
2026-08-11 00:01:10 +02:00
parent 74572d2a9e
commit 18884d260a
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ http:
retailor-web-svc:
loadBalancer:
servers:
{% for web_ip in traefik_web_private_ips | from_json %}
{% for web_ip in traefik_web_private_ips %}
- url: "http://{{ web_ip }}:80"
{% endfor %}
healthCheck: