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