modified: infrastructure/rook-ceph-cluster-app.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user