From 4bbb58f99cf290b8c19dd2d4112aedbf278a90c9 Mon Sep 17 00:00:00 2001 From: ilewis Date: Tue, 7 Jun 2022 16:34:06 +0100 Subject: [PATCH] Fix memory limit in manager.yaml This is to match the previous change in the CSV, to prevent it being lost --- config/manager/manager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 4010baae2..0075e9852 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -42,7 +42,7 @@ spec: resources: limits: cpu: 200m - memory: 256Mi + memory: 512Mi requests: cpu: 100m memory: 64Mi