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:
|
||||
limits:
|
||||
cpu: null # Disable chart default CPU limits
|
||||
memory: 75Mi
|
||||
memory: 256Mi
|
||||
requests:
|
||||
cpu: 11m
|
||||
memory: 75Mi
|
||||
cpu: 10m
|
||||
memory: 256Mi
|
||||
# ServiceMonitor configuration
|
||||
serviceMonitor:
|
||||
enabled: false # Disable ServiceMonitor creation to prevent conflicts
|
||||
|
||||
Reference in New Issue
Block a user