Skip to content

Commit 990b776

Browse files
kubasikusredhat-appstudio-qe-bot
authored and
redhat-appstudio-qe-bot
committed
PVO11Y-4717 Increase the limit to 4Gi
This should allow observability-operator pod to survive the initial memory spike before the usage stabilises. The largest memory spike was noted on the stone-prod-p02 cluster as 1.5Gi. Sideffect of this is that this applies limits to ALL Operator pods, including prometheus-operator, perses-operator and webhook-admission. This should not impact scheduling as limits are not considered during scheduling. Existing proposal for configuring operator resource usage: operator-framework/operator-controller#1507
1 parent 7cd57bd commit 990b776

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/monitoring/prometheus/base/observability-operator/observability-operator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ spec:
1818
name: cluster-observability-operator
1919
source: redhat-operators
2020
sourceNamespace: openshift-marketplace
21+
config:
22+
resources:
23+
limits:
24+
memory: "4Gi"

0 commit comments

Comments
 (0)