REFACTOR(falco): remove cpu limits entirely

- from vault and falco
- Remove cpu line from limits section (not just set to null)
- Prevents Helm charts from applying default CPU limit values
- Eliminates CPU throttling for infrastructure components
This commit is contained in:
2025-12-26 17:19:26 +09:00
parent 420cc38efc
commit 1408000e4c
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ spec:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
limits: limits:
cpu: null # Explicitly set to null to remove CPU throttling
memory: 1Gi memory: 1Gi
# Falco configuration # Falco configuration

View File

@@ -19,7 +19,6 @@ server:
cpu: 50m cpu: 50m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: null # Explicitly set to null to remove CPU throttling
memory: 512Mi memory: 512Mi
# Ingress 설정 # Ingress 설정