From 68e9dd4743cd2b473730794a5e69a3f01b4945b9 Mon Sep 17 00:00:00 2001 From: Nils Cant Date: Thu, 28 May 2020 11:23:18 +0200 Subject: [PATCH] Switch to tcp check for API backend --- templates/haproxy.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index 52a94c7..7f01a15 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -86,7 +86,7 @@ frontend websecure backend api mode tcp - option ssl-hello-chk + option tcp-check balance roundrobin server bootstrap 10.32.101.3:6443 check server master0 10.32.101.4:6443 check