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:
@@ -5,13 +5,12 @@ fullnameOverride: blackbox-exporter
|
||||
|
||||
replicas: 1
|
||||
|
||||
# Resource settings (VPA lowerBound/upperBound)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 32m
|
||||
memory: 100Mi
|
||||
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user