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"