From bba498d2cf6d897789641ca093c2d3b9daff8472 Mon Sep 17 00:00:00 2001 From: Oleksandr Kuchmystyi Date: Tue, 21 Oct 2025 15:51:31 +0300 Subject: haproxy: T7906: Probing of a port other than the one to which normal traffic is sent Add support for specifying a custom health check port for HAProxy backend servers. This allows health probes to target a dedicated endpoint - such as port 8080 - separate from normal traffic ports (e.g., 80 or 443). --- interface-definitions/load-balancing_haproxy.xml.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'interface-definitions/load-balancing_haproxy.xml.in') diff --git a/interface-definitions/load-balancing_haproxy.xml.in b/interface-definitions/load-balancing_haproxy.xml.in index 399197366..163ffa869 100644 --- a/interface-definitions/load-balancing_haproxy.xml.in +++ b/interface-definitions/load-balancing_haproxy.xml.in @@ -253,12 +253,14 @@ - + Active health check backend server - - + + #include + + #include -- cgit v1.2.3