aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/values.yaml')
-rw-r--r--kubernetes/holmes/components/holmes-rule-mgmt/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml
index a6a0bd05bb..1b2724741a 100644
--- a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml
+++ b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml
@@ -120,14 +120,14 @@ readiness:
resources:
small:
limits:
- cpu: 999
+ cpu: 1
memory: 1Gi
requests:
cpu: 0.5
memory: 1Gi
large:
limits:
- cpu: 999
+ cpu: 2
memory: 2Gi
requests:
cpu: 1