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

This commit is contained in:
Paul 2024-09-08 12:37:22 +02:00
parent 43d68bc19b
commit a0dc8c7cc8

View File

@ -309,7 +309,6 @@ backend {{ name }} from {{ haproxy.config.namespace }}
http-check {{ step }} http-check {{ step }}
{%- endfor %} {%- endfor %}
{%- endif %} {%- endif %}
{%- endif %}
{%- if values.usecache|default(True) %} {%- if values.usecache|default(True) %}
{{ cache() }} {{ cache() }}
@ -336,6 +335,7 @@ backend {{ name }} from {{ haproxy.config.namespace }}
{{- httpendpoints(servers=values.servers|default([]), check=values.check|default(haproxy.config.check)) }} {{- httpendpoints(servers=values.servers|default([]), check=values.check|default(haproxy.config.check)) }}
{%- endif %} {%- endif %}
{% endfor %} {% endfor %}
{%- endif %}
# TCP services # TCP services
{%- if haproxy.config.services %} {%- if haproxy.config.services %}