FIX: MapStore Traefik config + Pulsar Manager routing
This commit is contained in:
13
dynamic/thingsboard.yml
Normal file
13
dynamic/thingsboard.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
http:
|
||||
routers:
|
||||
thingsboard:
|
||||
rule: "Host(`thingsboard.digitribe.fr`)"
|
||||
entryPoints: [websecure]
|
||||
service: thingsboard-haproxy
|
||||
tls: {}
|
||||
|
||||
services:
|
||||
thingsboard-haproxy:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://172.29.0.9:8080" # thingsboard-core-1 sur traefik-public
|
||||
Reference in New Issue
Block a user