From 017c8df602cbe33ae3e70a7125ee94886136e850 Mon Sep 17 00:00:00 2001 From: Chinasubbareddy Mallavarapu Date: Thu, 20 Feb 2020 21:55:31 -0600 Subject: [PATCH] [ceph-client] add resource limits for rbd_pool job This is add rbd_pool job into resource limits since its missing from the list of jobs. Change-Id: I9214a756a229b01bb7b15ff2530ce223ed5f8440 --- ceph-client/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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"