modified: infrastructure/rook-ceph-cluster-app.yaml
This commit is contained in:
@@ -23,31 +23,6 @@ spec:
|
|||||||
|
|
||||||
cephClusterSpec:
|
cephClusterSpec:
|
||||||
dataDirHostPath: /var/lib/rook
|
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:
|
mon:
|
||||||
count: 1
|
count: 1
|
||||||
allowMultiplePerNode: true
|
allowMultiplePerNode: true
|
||||||
@@ -55,6 +30,29 @@ spec:
|
|||||||
count: 1
|
count: 1
|
||||||
allowMultiplePerNode: true
|
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:
|
storage:
|
||||||
useAllNodes: false
|
useAllNodes: false
|
||||||
useAllDevices: false
|
useAllDevices: false
|
||||||
@@ -62,7 +60,7 @@ spec:
|
|||||||
- name: set1
|
- name: set1
|
||||||
count: 1
|
count: 1
|
||||||
portable: false
|
portable: false
|
||||||
tuneDeviceClass: true
|
tuneDeviceClass: false
|
||||||
volumeClaimTemplates:
|
volumeClaimTemplates:
|
||||||
- metadata:
|
- metadata:
|
||||||
name: data
|
name: data
|
||||||
@@ -73,6 +71,7 @@ spec:
|
|||||||
storageClassName: local-path
|
storageClassName: local-path
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
volumeMode: Filesystem
|
||||||
|
|
||||||
cephObjectStores:
|
cephObjectStores:
|
||||||
- name: ceph-objectstore
|
- name: ceph-objectstore
|
||||||
|
|||||||
Reference in New Issue
Block a user