updated haproxy state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2023-08-30 13:58:10 +02:00
parent ac14742e3c
commit 369bb998f9

View File

@ -279,7 +279,7 @@ listen {{ name }} from {{ haproxy.config.namespace }}
timeout server 1s
option spop-check
{%- endif %}
default-server inter 3s fall 3
default-server inter 1s fall 5
{{- tcpendpoints(servers=values.servers, check=values.check|default(haproxy.config.check)) }}
{% endfor %}