From e73583a7f727ee06a004d5f3ea876a284cca7f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 22 Jul 2021 16:23:40 +0200 Subject: [PATCH] add vke memes --- haproxy.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) 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