feat: add k3s like configs

This commit is contained in:
Simon Cornet 2026-04-17 14:04:23 +02:00
commit 9dff54a75f
4 changed files with 212 additions and 0 deletions

View file

@ -10,6 +10,9 @@ global
{%- if haproxy_global.stats_socket is defined %}
stats socket {{ haproxy_global.stats_socket }}
{%- endif %}
{%- if haproxy_global.stats_timeout is defined and haproxy_global.stats_timeout != "" %}
stats timeout {{ haproxy_global.stats_timeout }}
{%- endif %}
{%- if haproxy_global.chroot is defined %}
chroot {{ haproxy_global.chroot }}
{%- endif %}