From a13365da26f0747255a62cf4ed495c7713bac5e7 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Tue, 29 Jul 2025 23:07:19 +0200 Subject: [PATCH] updated haproxy state --- states/haproxy/templates/haproxy.cfg.j2 | 5 +++++ 1 file changed, 5 insertions(+) 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