mirror of
https://github.com/nold360/hive-apps
synced 2025-01-09 07:18:01 +00:00
fix(authentik): redis via chart not operator...
This commit is contained in:
parent
f5af6cfc26
commit
6918d6a6cd
2 changed files with 8 additions and 16 deletions
|
@ -1,12 +0,0 @@
|
||||||
apiVersion: databases.spotahome.com/v1
|
|
||||||
kind: RedisFailover
|
|
||||||
metadata:
|
|
||||||
name: authentik-redis
|
|
||||||
namespace: auth
|
|
||||||
spec:
|
|
||||||
sentinel:
|
|
||||||
replicas: 1
|
|
||||||
redis:
|
|
||||||
replicas: 1
|
|
||||||
auth:
|
|
||||||
secretPath: redis
|
|
|
@ -90,8 +90,8 @@ authentik:
|
||||||
#password: ""
|
#password: ""
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|
||||||
redis:
|
# redis:
|
||||||
host: 'rfs-authentik-redis.auth.svc.cluster.local'
|
# host: 'rfs-authentik-redis.auth.svc.cluster.local'
|
||||||
|
|
||||||
# -- List of config maps to mount blueprints from. Only keys in the
|
# -- List of config maps to mount blueprints from. Only keys in the
|
||||||
# configmap ending with ".yaml" wil be discovered and applied
|
# configmap ending with ".yaml" wil be discovered and applied
|
||||||
|
@ -128,7 +128,11 @@ postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: false
|
#FIXME: Authentik doesn't support redis+sentinal yet..
|
||||||
|
# See: https://github.com/goauthentik/authentik/pull/5395
|
||||||
|
enabled: true
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
existingSecret: "redis"
|
||||||
|
existingSecretPasswordKey: "password"
|
||||||
|
|
Loading…
Reference in a new issue