fix(authentik): try to fix authentik redirect issue
This commit is contained in:
parent
9c5e459b47
commit
a4b96ea4e8
|
@ -23,9 +23,9 @@ spec:
|
||||||
global:
|
global:
|
||||||
env:
|
env:
|
||||||
- name: AUTHENTIK_HOST
|
- name: AUTHENTIK_HOST
|
||||||
value: &host "auth.${SECRET_NEW_DOMAIN}"
|
value: "0.0.0.0:9000"
|
||||||
- name: AUTHENTIK_HOST_BROWSER
|
- name: AUTHENTIK_HOST_BROWSER
|
||||||
value: *host
|
value: &host "auth.${SECRET_NEW_DOMAIN}"
|
||||||
- name: AUTHENTIK_SECRET_KEY
|
- name: AUTHENTIK_SECRET_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Reference in New Issue