FIX: MapStore Traefik config + Pulsar Manager routing
This commit is contained in:
17
dynamic/promtail.yml
Normal file
17
dynamic/promtail.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
# Promtail — File-based routing
|
||||
http:
|
||||
routers:
|
||||
promtail:
|
||||
rule: "Host(`promtail.digitribe.fr`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: promtail
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
priority: 200
|
||||
|
||||
services:
|
||||
promtail:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://smart-city-promtail:9080"
|
||||
Reference in New Issue
Block a user