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
|
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
|
||||||
|
|||||||
@@ -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 설정
|
||||||
|
|||||||
Reference in New Issue
Block a user