feat: add k3s like configs
This commit is contained in:
parent
1fa9c044d0
commit
9dff54a75f
4 changed files with 212 additions and 0 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue