diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index 7d46997..c9fd312 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -17,7 +17,7 @@ pod: cpu: 15m memory: 256Mi limits: - memory: 384Mi + memory: 256Mi extraVolumes: - name: users-database configMap: @@ -171,6 +171,6 @@ redis: cpu: 10m memory: 64Mi limits: - memory: 128Mi + memory: 64Mi # No persistence needed - using PostgreSQL diff --git a/external-secrets/helm-values.yaml b/external-secrets/helm-values.yaml index f5894aa..cec1744 100644 --- a/external-secrets/helm-values.yaml +++ b/external-secrets/helm-values.yaml @@ -11,7 +11,7 @@ resources: memory: 64Mi limits: # cpu: removed to prevent throttling - memory: 256Mi + memory: 64Mi # Webhook 설정 webhook: @@ -22,7 +22,7 @@ webhook: memory: 32Mi limits: # cpu: removed to prevent throttling - memory: 128Mi + memory: 32Mi # CertController 설정 certController: @@ -33,7 +33,7 @@ certController: memory: 32Mi limits: # cpu: removed to prevent throttling - memory: 128Mi + memory: 32Mi # 동시 실행 제한 concurrent: 3 @@ -54,7 +54,7 @@ webhook: memory: 32Mi limits: # cpu: removed to prevent throttling - memory: 128Mi + memory: 32Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: @@ -75,7 +75,7 @@ certController: memory: 32Mi limits: # cpu: removed to prevent throttling - memory: 128Mi + memory: 32Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index c1c2e72..12cd423 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -128,7 +128,7 @@ falcosidekick: cpu: 10m memory: 128Mi limits: - memory: 512Mi # Increased to prevent OOM + memory: 128Mi config: # Output to stdout/logs