Files
traefik-config/dynamic/24-ogc-api-records.yml

28 lines
639 B
YAML

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