fix yaml error

This commit is contained in:
SeanOMik 2023-06-01 22:28:26 -04:00
parent cf1be891ad
commit 61e542f8f9
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ spec:
# password: "${SECRET_DATABASE_REDIS_PASS}"
env:
AUTHENTIK_HOST: *host
AUTHENTIK_HOST: &host "auth.${SECRET_NEW_DOMAIN}"
AUTHENTIK_HOST_BROWSER: *host
envValueFrom:
@ -70,7 +70,7 @@ spec:
cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- host: &host "auth.${SECRET_NEW_DOMAIN}"
- host: *host
paths:
- path: /
pathType: Prefix