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

13
dynamic/22-redpanda.yml Normal file
View File

@@ -0,0 +1,13 @@
http:
routers:
redpanda:
rule: "Host(`redpanda.digitribe.fr`)"
entryPoints:
- websecure
tls: true
service: redpanda-console
services:
redpanda-console:
loadBalancer:
servers:
- url: "http://smart-city-redpanda-console:8080"