We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9274729 commit c57b628Copy full SHA for c57b628
libvirt/haproxy/haproxy_lnxocp01.cfg
@@ -181,7 +181,9 @@ backend masters-02
181
server master3 192.168.2.13:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
182
backend masters-03
183
mode tcp
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
187
balance roundrobin
188
server bootstrap 192.168.3.10:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
189
server master1 192.168.3.11:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
0 commit comments