Setup the default rule for traefik subdomains

This commit is contained in:
2025-04-29 20:56:38 +10:00
parent aab7efb5c3
commit a36f10ef73
5 changed files with 14 additions and 17 deletions

View File

@@ -61,6 +61,7 @@ providers:
consulCatalog:
prefix: "traefik"
exposedByDefault: false
defaultRule: {{"Host(`{{ .Name }}.othrayte.one`)"}}
endpoint:
address: "127.0.0.1:8500"
scheme: "http"