Move authentik to new domain
This commit is contained in:
parent
393a25c883
commit
cee3cb0c30
|
@ -35,8 +35,8 @@ spec:
|
||||||
# password: "${SECRET_DATABASE_REDIS_PASS}"
|
# password: "${SECRET_DATABASE_REDIS_PASS}"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
AUTHENTIK_HOST: https://auth.${SECRET_DOMAIN}
|
AUTHENTIK_HOST: https://auth.${SECRET_NEW_DOMAIN}
|
||||||
AUTHENTIK_HOST_BROWSER: https://auth.${SECRET_DOMAIN}
|
AUTHENTIK_HOST_BROWSER: https://auth.${SECRET_NEW_DOMAIN}
|
||||||
|
|
||||||
envValueFrom:
|
envValueFrom:
|
||||||
AUTHENTIK_SECRET_KEY:
|
AUTHENTIK_SECRET_KEY:
|
||||||
|
@ -58,7 +58,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: auth.${SECRET_DOMAIN}
|
- host: auth.${SECRET_NEW_DOMAIN}
|
||||||
paths:
|
paths:
|
||||||
- path: "/"
|
- path: "/"
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
Loading…
Reference in New Issue