Skip to content

Commit c57b628

Browse files
committed
option tag for master3
1 parent 9274729 commit c57b628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libvirt/haproxy/haproxy_lnxocp01.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ backend masters-02
181181
server master3 192.168.2.13:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
182182
backend masters-03
183183
mode tcp
184-
184+
option httpchk GET /readyz HTTP/1.0
185+
# Uncomment log-health-checks option only when in production or debugging, disabled for CI
186+
# option log-health-checks
185187
balance roundrobin
186188
server bootstrap 192.168.3.10:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
187189
server master1 192.168.3.11:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3

0 commit comments

Comments
 (0)