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

This commit is contained in:
Paul 2024-04-04 18:17:30 +02:00
parent f5886289df
commit dcaa119a17

View File

@ -299,7 +299,7 @@ backend {{ name }} from {{ haproxy.config.namespace }}
{{ compression() }}
{%- endif %}
default-server weight 100 inter 1s fall 5
default-server weight 100 inter 1s fall 5 maxconn 100
{%- if values.internal|default(False) %}
{{ internal() }}
@ -325,7 +325,7 @@ listen {{ name }} from {{ haproxy.config.namespace }}
timeout server 1s
option spop-check
{%- endif %}
default-server weight 100 inter 1s fall 5
default-server weight 100 inter 1s fall 5 maxconn 100
{{- tcpendpoints(servers=values.servers|default([]), check=values.check|default(haproxy.config.check)) }}
{% endfor %}