Skip to content

Commit 2a99d83

Browse files
Merge pull request #527 from stevekuznetsov/skuznets/tune-catalog-sources
OCPBUGS-17157: defaults: add memory targets to CatalogSources
2 parents f5d7524 + 271b1e1 commit 2a99d83

4 files changed

+4
-0
lines changed

defaults/01_redhat_operators.cr.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ spec:
3232
operator: "Exists"
3333
effect: "NoExecute"
3434
tolerationSeconds: 120
35+
memoryTarget: 3Mi

defaults/02_certified_operators.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ spec:
3232
operator: "Exists"
3333
effect: "NoExecute"
3434
tolerationSeconds: 120
35+
memoryTarget: 4Mi

defaults/03_community_operators.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ spec:
3232
operator: "Exists"
3333
effect: "NoExecute"
3434
tolerationSeconds: 120
35+
memoryTarget: 12Mi

defaults/04_redhat_marketplace.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ spec:
3232
operator: "Exists"
3333
effect: "NoExecute"
3434
tolerationSeconds: 120
35+
memoryTarget: 2Mi

0 commit comments

Comments
 (0)