add edge config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-07-26 14:34:35 +02:00
parent d32fdc00a3
commit 2cdb27b959
1 changed files with 20 additions and 0 deletions

View File

@ -76,6 +76,16 @@ backend birb-vke
server worker1 192.168.122.3:31080 check
server worker2 192.168.122.4:31080 check
frontend birb-edge
bind 0.0.0.0:83
mode http
use_backend birb-edge
backend birb-edge
balance leastconn
mode http
server edge 192.168.36.5:80 check
listen mqtt
bind *:1883
mode tcp
@ -95,3 +105,13 @@ listen mqtt-vke
option tcplog
balance leastconn
server worker1 192.168.122.3:30007 check
listen mqtt-edge
bind *:1885
mode tcp
option clitcpka
timeout client 3h
timeout server 3h
option tcplog
balance leastconn
server edge 192.168.36.5:1883 check