[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
This commit is contained in:
Chinasubbareddy Mallavarapu 2020-02-20 21:55:31 -06:00 committed by chinasubbareddy mallavarapu
parent e1b6de9218
commit 017c8df602

View File

@ -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"