Fix resource imits for nbi 19/65819/1
authorEric Debeau <eric.debeau@orange.com>
Tue, 11 Sep 2018 12:23:07 +0000 (12:23 +0000)
committerEric Debeau <eric.debeau@orange.com>
Tue, 11 Sep 2018 12:25:24 +0000 (12:25 +0000)
Issue-ID: OOM-1156

Change-Id: I2745d750b2031dcf8283fc46abd2034b284332d4
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
kubernetes/nbi/values.yaml

index a8e7ba9..405a59c 100644 (file)
@@ -104,21 +104,10 @@ service:
 ingress:
   enabled: false
 
-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:'.
-  #
-  # Example:
-  # Configure resource requests and limits
-  # ref: http://kubernetes.io/docs/user-guide/compute-resources/
-  # Minimum memory for development is 2 CPU cores and 4GB memory
-  # Minimum memory for production is 4 CPU cores and 8GB memory
-#resources:
-#  limits:
-#    cpu: 2
-#    memory: 4Gi
-#  requests:
-#    cpu: 2
-#    memory: 4Gi
+resources:
+  limits:
+    cpu: 1
+    memory: 2Gi
+  requests:
+    cpu: 100m
+    memory: 1Gi