diff --git a/ceph-client/values.yaml b/ceph-client/values.yaml index 9a2aa4809..1f51c6b1c 100644 --- a/ceph-client/values.yaml +++ b/ceph-client/values.yaml @@ -172,6 +172,13 @@ pod: limits: memory: "1024Mi" cpu: "2000m" + rbd-pool: + requests: + memory: "128Mi" + cpu: "100m" + limits: + memory: "1024Mi" + cpu: "2000m" tests: requests: memory: "10Mi"