[UUI] UUI Server is a core eater 25/103125/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 5 Mar 2020 12:54:52 +0000 (13:54 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 5 Mar 2020 12:54:52 +0000 (13:54 +0100)
And thus needs bigger limits/requests

Issue-ID: USECASEUI-403
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ide23f95af16f9ed9615bcb26e67e40cd1145670f

kubernetes/uui/charts/uui-server/values.yaml

index 3da0bdf..2035c63 100644 (file)
@@ -84,16 +84,16 @@ ingress:
 resources:
   small:
     limits:
-      cpu: 250m
-      memory: 500Mi
+      cpu: 1.5
+      memory: 350Mi
     requests:
-      cpu: 250m
-      memory: 500Mi
+      cpu: 1
+      memory: 245Mi
   large:
     limits:
-      cpu: 500m
+      cpu: 2
       memory: 500Mi
     requests:
-      cpu: 500m
+      cpu: 1
       memory: 500Mi
   unlimited: {}