feat: change resource limits
This commit is contained in:
@@ -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
|
||||||
@@ -109,7 +109,7 @@ rook-ceph-cluster:
|
|||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: "40Mi"
|
memory: 40Mi
|
||||||
crashcollector:
|
crashcollector:
|
||||||
limits:
|
limits:
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user