From eb57f5c5f7f5a75f2238f3b46b193105e59d98c4 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 14 Jan 2026 00:33:19 +0000 Subject: [PATCH] modified: infrastructure/rook-ceph-cluster-app.yaml --- infrastructure/rook-ceph-cluster-app.yaml | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/infrastructure/rook-ceph-cluster-app.yaml b/infrastructure/rook-ceph-cluster-app.yaml index b7d0b83..4abd409 100644 --- a/infrastructure/rook-ceph-cluster-app.yaml +++ b/infrastructure/rook-ceph-cluster-app.yaml @@ -23,6 +23,31 @@ spec: cephClusterSpec: dataDirHostPath: /var/lib/rook + + # Ressourcen anpassen für kleine VMs + resources: + mgr: + limits: + cpu: "500m" + memory: "1Gi" + requests: + cpu: "100m" # War 500m, jetzt 100m + memory: "512Mi" + mon: + limits: + cpu: "500m" + memory: "1Gi" + requests: + cpu: "100m" + memory: "512Mi" + osd: + limits: + cpu: "500m" + memory: "2Gi" + requests: + cpu: "100m" + memory: "1Gi" + mon: count: 1 allowMultiplePerNode: true