This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-helm.git


The following commit(s) were added to refs/heads/main by this push:
     new f8cc61e  Update values.yaml
f8cc61e is described below

commit f8cc61ee3a80a20e89266c6f41bbc0c0148d1ad6
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Wed Apr 21 14:05:56 2021 -0700

    Update values.yaml
---
 values.yaml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/values.yaml b/values.yaml
index ee08c3d..498b9e3 100644
--- a/values.yaml
+++ b/values.yaml
@@ -68,24 +68,24 @@ ingress:
   #    hosts:
   #      - chart-example.local
 
-resources: {}
+resources:
   # We usually recommend not to specify default resources and to leave this as 
a conscious
   # choice for the user. This also increases chances charts run on 
environments with little
   # resources, such as Minikube. If you do want to specify resources, 
uncomment the following
   # lines, adjust them as necessary, and remove the curly braces after 
'resources:'.
-  # limits:
-  #   cpu: 100m
-  #   memory: 128Mi
-  # requests:
-  #   cpu: 100m
-  #   memory: 128Mi
+  limits:
+    cpu: "2"
+    memory: 2000Mi
+  requests:
+    cpu: "1"
+    memory: 1500Mi
 
 autoscaling:
-  enabled: false
+  enabled: true
   minReplicas: 1
   maxReplicas: 100
   targetCPUUtilizationPercentage: 80
-  # targetMemoryUtilizationPercentage: 80
+  targetMemoryUtilizationPercentage: 80
 
 nodeSelector: {}
 

Reply via email to