From 53c04567cb0dd5ca49c8c67d4de94c15490e7f2a Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 5 Oct 2024 01:02:58 +0200 Subject: [PATCH] Adjusted resource usage --- infrastructure/controllers/rook.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/infrastructure/controllers/rook.yaml b/infrastructure/controllers/rook.yaml index ce824c5..3819c57 100644 --- a/infrastructure/controllers/rook.yaml +++ b/infrastructure/controllers/rook.yaml @@ -55,3 +55,22 @@ spec: mgr: # For testing we only have one node allowMultiplePerNode: true + resources: + mgr: + limits: + memory: "1Gi" + requests: + cpu: "50m" + memory: "512Mi" + mon: + limits: + memory: "2Gi" + requests: + cpu: "100m" + memory: "1Gi" + osd: + limits: + memory: "2Gi" + requests: + cpu: "100m" + memory: "1Gi"