FIX(opentelemetry-operator): restore memory to 256Mi
- VPA recommended 75Mi was too low causing informer sync timeout - Restore original memory value for stability
This commit is contained in:
@@ -21,10 +21,10 @@ manager:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: null # Disable chart default CPU limits
|
cpu: null # Disable chart default CPU limits
|
||||||
memory: 75Mi
|
memory: 256Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 11m
|
cpu: 10m
|
||||||
memory: 75Mi
|
memory: 256Mi
|
||||||
# ServiceMonitor configuration
|
# ServiceMonitor configuration
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false # Disable ServiceMonitor creation to prevent conflicts
|
enabled: false # Disable ServiceMonitor creation to prevent conflicts
|
||||||
|
|||||||
Reference in New Issue
Block a user