Skip to content

Commit b46689f

Browse files
authored
PVO11Y-4624 Increase COO resource limits (#5483)
This should prevent out-of-memory Pod killing of the Obervability Operator deployed by the Cluster observability operator. This has a side effect of increasing limits of all pods managed by this operator.
1 parent 86b64e2 commit b46689f

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: "400Mi"

0 commit comments

Comments
 (0)