fix yaml error
This commit is contained in:
parent
cf1be891ad
commit
61e542f8f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue