pasre WEB_IPS as json

This commit is contained in:
2026-08-05 23:21:16 +02:00
committed by GitHub
parent d9d1f6ca0b
commit c18487ac23
+1 -1
View File
@@ -14,7 +14,7 @@ http:
retailor-web-svc: retailor-web-svc:
loadBalancer: loadBalancer:
servers: servers:
{% for web_ip in env_vars.WEB_IPS %} {% for web_ip in env_vars.WEB_IPS | from_json %}
- url: "http://{{ web_ip }}:80" - url: "http://{{ web_ip }}:80"
{% endfor %} {% endfor %}