FIX: MapStore Traefik config + Pulsar Manager routing

This commit is contained in:
Eric
2026-05-07 15:07:14 -04:00
parent 37d6c25070
commit dc571fbadd
48 changed files with 1355 additions and 2 deletions

17
dynamic/promtail.yml Normal file
View 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"