Try to specify host env for authentik
This commit is contained in:
parent
af4d2efdca
commit
c2ff6275ee
|
@ -34,9 +34,9 @@ spec:
|
||||||
host: "redis-master.database"
|
host: "redis-master.database"
|
||||||
# password: "${SECRET_DATABASE_REDIS_PASS}"
|
# password: "${SECRET_DATABASE_REDIS_PASS}"
|
||||||
|
|
||||||
# env:
|
env:
|
||||||
# AUTHENTIK_HOST: https://auth.***REMOVED***
|
AUTHENTIK_HOST: https://k3sauth.***REMOVED***
|
||||||
# AUTHENTIK_HOST_BROWSER: https://auth.***REMOVED***
|
AUTHENTIK_HOST_BROWSER: https://k3sauth.***REMOVED***
|
||||||
|
|
||||||
envValueFrom:
|
envValueFrom:
|
||||||
AUTHENTIK_SECRET_KEY:
|
AUTHENTIK_SECRET_KEY:
|
||||||
|
|
Loading…
Reference in New Issue