From 8299122467e29ed2c421861bb2c2bc8704cae3d7 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 2 Jan 2022 18:29:35 +0100 Subject: [PATCH] feat: add worker-3 master node --- haproxy.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/haproxy.cfg b/haproxy.cfg index 98e7362..bf5320b 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -35,3 +35,4 @@ backend apiserver option ssl-hello-chk balance roundrobin server worker-4 10.1.1.9:6442 check + server worker-3 172.28.0.19:6442 check