From 3a7db1fc1c5988a0bca23393d2faf56f4102870a Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 9 Jan 2022 17:48:05 +0100 Subject: [PATCH] fix worker-4 ip address --- haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy.cfg b/haproxy.cfg index bf5320b..94e3573 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -34,5 +34,5 @@ backend apiserver mode tcp option ssl-hello-chk balance roundrobin - server worker-4 10.1.1.9:6442 check + server worker-4 100.105.163.73:6442 check server worker-3 172.28.0.19:6442 check