This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
helix/internal/stacks/templates/traefik/dynamic_dashboard.yaml.tmpl

10 lines
203 B
Cheetah
Raw Normal View History

---
http:
routers:
dashboard:
entryPoints:
- "https"
rule: "Host(`{{ .Domain }}`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))"
service: "api@internal"
tls: {}