Skip to content

Commit 271b1e1

Browse files
defaults: add memory targets to CatalogSources
Signed-off-by: Steve Kuznetsov <[email protected]>
1 parent f23122c commit 271b1e1

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)