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:
@@ -32,7 +32,6 @@ spec:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: null # Explicitly set to null to remove CPU throttling
|
||||
memory: 1Gi
|
||||
|
||||
# Falco configuration
|
||||
|
||||
@@ -19,7 +19,6 @@ server:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: null # Explicitly set to null to remove CPU throttling
|
||||
memory: 512Mi
|
||||
|
||||
# Ingress 설정
|
||||
|
||||
Reference in New Issue
Block a user