This commit is contained in:
parent
43d68bc19b
commit
a0dc8c7cc8
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user