REFACTOR(authelia): switch to Deployment mode
- Change from DaemonSet to Deployment with 1 replica - Remove Redis dependency (not needed for single replica)
This commit is contained in:
@@ -7,6 +7,8 @@ ingress:
|
||||
|
||||
# Pod configuration
|
||||
pod:
|
||||
kind: Deployment
|
||||
replicas: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
@@ -67,12 +69,6 @@ configMap:
|
||||
cookies:
|
||||
- domain: kro.kr
|
||||
subdomain: auth0213
|
||||
redis:
|
||||
enabled: true
|
||||
host: authelia-redis.authelia.svc.cluster.local
|
||||
port: 6379
|
||||
password:
|
||||
disabled: true
|
||||
|
||||
# Storage - PostgreSQL (CNPG cluster)
|
||||
storage:
|
||||
@@ -151,20 +147,6 @@ configMap:
|
||||
secret:
|
||||
existingSecret: authelia-secrets
|
||||
|
||||
# Redis for session storage (HA)
|
||||
redis:
|
||||
enabled: true
|
||||
architecture: standalone
|
||||
auth:
|
||||
enabled: false
|
||||
master:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 128Mi
|
||||
|
||||
# No persistence needed - using PostgreSQL
|
||||
|
||||
# Note: Authelia Helm chart does not support affinity configuration
|
||||
|
||||
Reference in New Issue
Block a user