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

This commit is contained in:
Paul 2024-09-01 17:21:29 +02:00
parent 29a081884a
commit 8e05da1267

View File

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