From afddbfdf3176efc71b182de8112235a8fd8547e9 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 2 Jan 2025 09:53:48 +0000 Subject: Remove MySQL LB pool --- etc/haproxy.cfg | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index 1c68147..3d4cd14 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -81,22 +81,10 @@ listen imaps tcp-check expect rstring ^\*\ OK timeout client 2h timeout server 2h - default-server observe layer4 check check-ssl + default-server check-ssl server defiant defiant:11993 server firebrand firebrand:11993 -# MySQL -listen mysql - description MySQL - bind *:3306 - mode tcp - timeout client 2h - timeout server 2h - option mysql-check user haproxy post-41 - default-server observe layer4 check on-error mark-down error-limit 1 on-marked-down shutdown-sessions on-marked-up shutdown-backup-sessions - server defiant defiant:13306 - server firebrand firebrand:13306 backup - # DistCC listen distcc description DistCC -- cgit v1.2.3