FEAT(authelia): add Redis for session storage
- Enable Redis for HA session support - Configure session.redis settings
This commit is contained in:
@@ -67,6 +67,10 @@ configMap:
|
|||||||
cookies:
|
cookies:
|
||||||
- domain: kro.kr
|
- domain: kro.kr
|
||||||
subdomain: auth0213
|
subdomain: auth0213
|
||||||
|
redis:
|
||||||
|
enabled: true
|
||||||
|
host: authelia-redis-master.authelia.svc.cluster.local
|
||||||
|
port: 6379
|
||||||
|
|
||||||
# Storage - PostgreSQL (CNPG cluster)
|
# Storage - PostgreSQL (CNPG cluster)
|
||||||
storage:
|
storage:
|
||||||
@@ -145,6 +149,18 @@ configMap:
|
|||||||
secret:
|
secret:
|
||||||
existingSecret: authelia-secrets
|
existingSecret: authelia-secrets
|
||||||
|
|
||||||
|
# Redis for session storage (HA)
|
||||||
|
redis:
|
||||||
|
enabled: true
|
||||||
|
architecture: standalone
|
||||||
|
master:
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 64Mi
|
||||||
|
limits:
|
||||||
|
memory: 128Mi
|
||||||
|
|
||||||
# No persistence needed - using PostgreSQL
|
# No persistence needed - using PostgreSQL
|
||||||
|
|
||||||
# Note: Authelia Helm chart does not support affinity configuration
|
# Note: Authelia Helm chart does not support affinity configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user