X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fholmes%2Fcomponents%2Fholmes-rule-mgmt%2Fvalues.yaml;h=a6a0bd05bb50204a453bc5e5669f217ccc412f58;hb=555db9c1f910db06341070941b466e6c05827e27;hp=1553d66411cf29e0dcde7468df8d99efbd16f257;hpb=1df3539c188c062c1a4dde08e9a2baf83a155413;p=oom.git diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml index 1553d66411..a6a0bd05bb 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml @@ -120,17 +120,17 @@ readiness: resources: small: limits: - cpu: 1 + cpu: 999 memory: 1Gi requests: cpu: 0.5 memory: 1Gi large: limits: - cpu: 1 + cpu: 999 memory: 2Gi requests: - cpu: 0.5 + cpu: 1 memory: 1Gi unlimited: {}