Skip to content

Commit

Permalink
Adding monitor-fail option.
Browse files Browse the repository at this point in the history
  • Loading branch information
akowalik-transporeon committed Aug 8, 2024
1 parent 9eb263c commit 62ecc7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/etc/haproxy/haproxy-frontend.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ frontend {{ name }}
acl {{ acl }}
{% endfor %}
{% endif %}
{% if value.monitor is defined %}
monitor fail {{ value.monitor_fail }}
{% endif %}
{% if value.monitor_uri is defined %}
monitor-uri {{ value.monitor_uri }}
{% endif %}
Expand Down

0 comments on commit 62ecc7e

Please sign in to comment.