diff --git a/haproxy.cfg b/haproxy.cfg index 6fb2a69..b2468fd 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -125,3 +125,13 @@ listen amqp-vke option tcplog balance leastconn server edge 192.168.122.2:32551 check + +listen psql-vke + bind *:5432 + mode tcp + option clitcpka + timeout client 3h + timeout server 3h + option tcplog + balance leastconn + server edge 192.168.122.2:32128 check