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

14
dynamic/06-openclaw.yml Normal file
View File

@@ -0,0 +1,14 @@
http:
routers:
openclaw:
rule: "Host(`openclaw.digitribe.fr`)"
entryPoints:
- websecure
service: openclaw
tls:
certResolver: letsencrypt
services:
openclaw:
loadBalancer:
servers:
- url: "http://openclaw-openclaw-gateway-1:18789"