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