mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Use variable susbtitution in manifests
This commit is contained in:
@@ -5,7 +5,7 @@ logs:
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: true
|
||||
matchRule: Host(`traefik.example.com`)
|
||||
matchRule: Host(`${TRAEFIK_DOMAIN}`)
|
||||
entryPoints: ["websecure"]
|
||||
middlewares:
|
||||
- name: "auth-authelia@kubernetescrd"
|
||||
|
||||
Reference in New Issue
Block a user