Made domain configurable

This commit is contained in:
2024-11-18 23:53:37 +01:00
parent 2bca9e7288
commit 9fa2d155b5
4 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`traefik.huizinga.dev`)
- match: Host(`traefik.${domain}`)
kind: Rule
middlewares:
- name: traefik-dashboard-basicauth
@@ -16,4 +16,4 @@ spec:
- name: api@internal
kind: TraefikService
tls:
secretName: huizinga-dev-tls
secretName: ${domain/\./-}-tls