Skip to content

Commit

Permalink
Merge pull request #527 from stevekuznetsov/skuznets/tune-catalog-sou…
Browse files Browse the repository at this point in the history
…rces

OCPBUGS-17157: defaults: add memory targets to CatalogSources
  • Loading branch information
openshift-merge-robot authored Aug 4, 2023
2 parents f5d7524 + 271b1e1 commit 2a99d83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/01_redhat_operators.cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ spec:
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 120
memoryTarget: 3Mi
1 change: 1 addition & 0 deletions defaults/02_certified_operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ spec:
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 120
memoryTarget: 4Mi
1 change: 1 addition & 0 deletions defaults/03_community_operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ spec:
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 120
memoryTarget: 12Mi
1 change: 1 addition & 0 deletions defaults/04_redhat_marketplace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ spec:
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 120
memoryTarget: 2Mi

0 comments on commit 2a99d83

Please sign in to comment.