diff --git a/infrastructure/rook/cluster.yaml b/infrastructure/rook/cluster.yaml index 6636cea2188b5acd846881760ce852a1da858920..36c5408d45ca761cf4cb6d2695c6563b6004fe83 100644 --- a/infrastructure/rook/cluster.yaml +++ b/infrastructure/rook/cluster.yaml @@ -33,4 +33,59 @@ metadata: name: rook-ceph-cluster-base-values namespace: rook-ceph data: - values.yaml: | \ No newline at end of file + values.yaml: | + cephClusterSpec: + resources: + mgr: + limits: + cpu: "1000m" + memory: "1Gi" + requests: + cpu: "100m" + memory: "512Mi" + mon: + limits: + cpu: "2000m" + memory: "2Gi" + requests: + cpu: "500m" + memory: "1Gi" + osd: + limits: + cpu: "2000m" + memory: "4Gi" + requests: + cpu: "500m" + memory: "4Gi" + prepareosd: + requests: + cpu: "100m" + memory: "50Mi" + mgr-sidecar: + limits: + cpu: "500m" + memory: "100Mi" + requests: + cpu: "100m" + memory: "40Mi" + crashcollector: + limits: + cpu: "500m" + memory: "60Mi" + requests: + cpu: "100m" + memory: "60Mi" + logcollector: + limits: + cpu: "500m" + memory: "1Gi" + requests: + cpu: "100m" + memory: "100Mi" + cleanup: + limits: + cpu: "500m" + memory: "1Gi" + requests: + cpu: "100m" + memory: "100Mi" \ No newline at end of file