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