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

View File

@@ -0,0 +1,28 @@
http:
services:
ogc-api-records:
loadBalancer:
servers:
- url: "http://172.29.0.5:8080"
ogc-api-records-me:
loadBalancer:
servers:
- url: "http://172.29.0.7:80"
routers:
ogc-api-records-me:
rule: "PathPrefix(`/ogc-api-records/me`)"
service: ogc-api-records-me
priority: 100
entryPoints:
- websecure
tls:
certResolver: letsencrypt
ogc-api-records:
rule: "PathPrefix(`/ogc-api-records`)"
service: ogc-api-records
priority: 1
entryPoints:
- websecure
tls:
certResolver: letsencrypt