diff options
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/values.yaml')
-rw-r--r-- | kubernetes/holmes/components/holmes-rule-mgmt/values.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
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: {} |