fix yaml error
This commit is contained in:
parent
cf1be891ad
commit
61e542f8f9
|
@ -47,7 +47,7 @@ spec:
|
||||||
# password: "${SECRET_DATABASE_REDIS_PASS}"
|
# password: "${SECRET_DATABASE_REDIS_PASS}"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
AUTHENTIK_HOST: *host
|
AUTHENTIK_HOST: &host "auth.${SECRET_NEW_DOMAIN}"
|
||||||
AUTHENTIK_HOST_BROWSER: *host
|
AUTHENTIK_HOST_BROWSER: *host
|
||||||
|
|
||||||
envValueFrom:
|
envValueFrom:
|
||||||
|
@ -70,7 +70,7 @@ spec:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "auth.${SECRET_NEW_DOMAIN}"
|
- host: *host
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
Loading…
Reference in New Issue