From e38f8c790b39164306f8fc9c360b285d991cf2e1 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Tue, 25 Feb 2025 11:11:29 +0100 Subject: [PATCH] Listen to the correct port --- lb-test-common/overlay/opt/frontend/config/catestdb/haproxy.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb-test-common/overlay/opt/frontend/config/catestdb/haproxy.j2 b/lb-test-common/overlay/opt/frontend/config/catestdb/haproxy.j2 index c804399..3826ab0 100644 --- a/lb-test-common/overlay/opt/frontend/config/catestdb/haproxy.j2 +++ b/lb-test-common/overlay/opt/frontend/config/catestdb/haproxy.j2 @@ -41,7 +41,7 @@ backend LB {% block frontend %} frontend {{ site_name }} - {{ bind_ip_tcp(bind_ips, 5000,) }} + {{ bind_ip_tcp(bind_ips, 5432,) }} {% endblock frontend %} #