From b71521e984466e35a0c75be25df11a749544ecfc Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 14 Jan 2026 00:58:42 +0000 Subject: [PATCH] modified: infrastructure/rook-ceph-cluster-app.yaml --- infrastructure/rook-ceph-cluster-app.yaml | 51 +++++++++++------------ 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/infrastructure/rook-ceph-cluster-app.yaml b/infrastructure/rook-ceph-cluster-app.yaml index 4abd409..546d8fb 100644 --- a/infrastructure/rook-ceph-cluster-app.yaml +++ b/infrastructure/rook-ceph-cluster-app.yaml @@ -23,31 +23,6 @@ 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 @@ -55,6 +30,29 @@ spec: count: 1 allowMultiplePerNode: true + resources: + mgr: + limits: + cpu: "1000m" + memory: "1Gi" + requests: + cpu: "100m" + memory: "512Mi" + mon: + limits: + cpu: "1000m" + memory: "2Gi" + requests: + cpu: "100m" + memory: "512Mi" + osd: + limits: + cpu: "1000m" + memory: "2Gi" + requests: + cpu: "100m" + memory: "1Gi" + storage: useAllNodes: false useAllDevices: false @@ -62,7 +60,7 @@ spec: - name: set1 count: 1 portable: false - tuneDeviceClass: true + tuneDeviceClass: false volumeClaimTemplates: - metadata: name: data @@ -73,6 +71,7 @@ spec: storageClassName: local-path accessModes: - ReadWriteOnce + volumeMode: Filesystem cephObjectStores: - name: ceph-objectstore