mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:11:13 +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: ""
|
||||
port: 5432
|
||||
|
||||
redis:
|
||||
host: 'rfs-authentik-redis.auth.svc.cluster.local'
|
||||
# redis:
|
||||
# host: 'rfs-authentik-redis.auth.svc.cluster.local'
|
||||
|
||||
# -- List of config maps to mount blueprints from. Only keys in the
|
||||
# configmap ending with ".yaml" wil be discovered and applied
|
||||
|
@ -128,7 +128,11 @@ postgresql:
|
|||
enabled: false
|
||||
|
||||
redis:
|
||||
enabled: false
|
||||
#FIXME: Authentik doesn't support redis+sentinal yet..
|
||||
# See: https://github.com/goauthentik/authentik/pull/5395
|
||||
enabled: true
|
||||
architecture: standalone
|
||||
auth:
|
||||
enabled: false
|
||||
enabled: true
|
||||
existingSecret: "redis"
|
||||
existingSecretPasswordKey: "password"
|
||||
|
|
Loading…
Reference in a new issue