diff --git a/states/haproxy/templates/haproxy.cfg.j2 b/states/haproxy/templates/haproxy.cfg.j2 index d66984f..939859d 100644 --- a/states/haproxy/templates/haproxy.cfg.j2 +++ b/states/haproxy/templates/haproxy.cfg.j2 @@ -368,6 +368,11 @@ listen {{ name }} from {{ haproxy.config.namespace }} option tcplog option tcpka +{%- if values.overrides|default([]) %} +{%- for override in values.overrides %} + {{ override }} +{%- endfor %} +{%- endif %} stick-table type ip size 10k peers paulbsd stick on dst