Move authentik to new domain
This commit is contained in:
parent
393a25c883
commit
cee3cb0c30
|
@ -35,8 +35,8 @@ spec:
|
|||
# password: "${SECRET_DATABASE_REDIS_PASS}"
|
||||
|
||||
env:
|
||||
AUTHENTIK_HOST: https://auth.${SECRET_DOMAIN}
|
||||
AUTHENTIK_HOST_BROWSER: https://auth.${SECRET_DOMAIN}
|
||||
AUTHENTIK_HOST: https://auth.${SECRET_NEW_DOMAIN}
|
||||
AUTHENTIK_HOST_BROWSER: https://auth.${SECRET_NEW_DOMAIN}
|
||||
|
||||
envValueFrom:
|
||||
AUTHENTIK_SECRET_KEY:
|
||||
|
@ -58,7 +58,7 @@ spec:
|
|||
cert-manager.io/cluster-issuer: "letsencrypt-production"
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
hosts:
|
||||
- host: auth.${SECRET_DOMAIN}
|
||||
- host: auth.${SECRET_NEW_DOMAIN}
|
||||
paths:
|
||||
- path: "/"
|
||||
pathType: Prefix
|
||||
|
|
Loading…
Reference in New Issue