diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index dfb02b3..e15730b 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -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