tmp/rook-3 #5621
@@ -3,7 +3,7 @@ rook-ceph:
|
||||
enabled: true
|
||||
resources:
|
||||
limits:
|
||||
memory: null
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
@@ -84,19 +84,19 @@ rook-ceph-cluster:
|
||||
resources:
|
||||
mgr:
|
||||
limits:
|
||||
memory: null
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 500Mi
|
||||
mon:
|
||||
limits:
|
||||
memory: null
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 750Mi
|
||||
osd:
|
||||
limits:
|
||||
memory: null
|
||||
memory: 8Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 2Gi
|
||||
@@ -106,31 +106,31 @@ rook-ceph-cluster:
|
||||
memory: 200Mi
|
||||
mgr-sidecar:
|
||||
limits:
|
||||
memory: null
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: "40Mi"
|
||||
crashcollector:
|
||||
limits:
|
||||
memory: null
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
logcollector:
|
||||
limits:
|
||||
memory: null
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 100Mi
|
||||
cleanup:
|
||||
limits:
|
||||
memory: null
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 100Mi
|
||||
exporter:
|
||||
limits:
|
||||
memory: null
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
|
||||
Reference in New Issue
Block a user