PERF(security): remove CPU limits for stability

- Remove CPU limits from authelia, cert-manager, external-secrets, falco, vault
- Prevents CPU throttling issues
This commit is contained in:
2026-01-12 02:13:42 +09:00
parent e5ca2a3f36
commit ac4cd12c73
5 changed files with 10 additions and 20 deletions

View File

@@ -8,13 +8,12 @@ ingress:
# Pod configuration
pod:
kind: DaemonSet
# Resource settings (VPA lowerBound/target)
# Resource settings (no CPU limit for stability)
resources:
requests:
cpu: 15m
memory: 100Mi
limits:
cpu: 15m
memory: 144Mi
extraVolumes:
- name: users-database
@@ -197,13 +196,12 @@ redis:
image:
tag: latest
master:
# Resource settings (VPA lowerBound/upperBound)
# Resource settings (no CPU limit for stability)
resources:
requests:
cpu: 22m
memory: 100Mi
limits:
cpu: 32m
memory: 100Mi
# No persistence needed - using PostgreSQL