diff --git a/haproxy.cfg b/haproxy.cfg index d7d704f..a33495a 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -63,6 +63,17 @@ backend ursim compression algo gzip server cloud lb-1.kmlabz.com:443 check ssl verify none +frontend birb-vke + bind 0.0.0.0:82 + mode http + use_backend birb-vke + +backend birb + balance leastconn + mode http + http-request set-header Host "vkeegy.birbnetes" + server cloud 192.168.122.2:31080 check + listen mqtt bind *:1883 mode tcp