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:
2026-01-10 14:52:24 +09:00
parent a3003d597f
commit b4b48c6e89

View File

@@ -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