Move authentik to new domain

This commit is contained in:
SeanOMik 2023-04-10 23:55:28 -04:00
parent 393a25c883
commit cee3cb0c30
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 3 additions and 3 deletions

View File

@ -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