PERF(observability): remove CPU limits for stability
- Remove CPU limits from all observability components - Prevents CPU throttling issues across monitoring stack
This commit is contained in:
@@ -6,13 +6,12 @@ fullnameOverride: node-exporter
|
||||
hostNetwork: true
|
||||
hostPID: true
|
||||
|
||||
# Resource settings (VPA lowerBound/upperBound)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user