aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/holmes/components/holmes-engine-mgmt/values.yaml')
-rw-r--r--kubernetes/holmes/components/holmes-engine-mgmt/values.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
index 028ca8d71e..17e51d76ce 100644
--- a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
+++ b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
@@ -108,17 +108,17 @@ readiness:
resources:
small:
limits:
- cpu: 500m
- memory: 1Gi
+ cpu: 1
+ memory: 2Gi
requests:
- cpu: 250m
- memory: 500Mi
+ cpu: 0.5
+ memory: 1Gi
large:
limits:
- cpu: 500m
+ cpu: 1
memory: 2Gi
requests:
- cpu: 250m
+ cpu: 1
memory: 1Gi
unlimited: {}