services/templates/traefik/dynamic_dashboard.yaml.gotmpl

9 lines
193 B
Go Template
Raw Normal View History

2022-11-18 15:08:16 +00:00
---
http:
routers:
dashboard:
entryPoints:
- "https"
rule: "Host(`{{ .RootDomain }}`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))"
2022-11-18 15:08:16 +00:00
service: "api@internal"