[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / msb / components / msb-iag / values.yaml
index 4bb772d..004a1a7 100644 (file)
@@ -52,7 +52,7 @@ certInitializer:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/msb/msb_apigateway:1.4.0
+image: onap/msb/msb_apigateway:1.6.0
 pullPolicy: Always
 istioSidecar: true
 
@@ -110,18 +110,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 100m
-      memory: 400Mi
+      cpu: 999
+      memory: 0.5Gi
     requests:
-      cpu: 50m
-      memory: 200Mi
+      cpu: 0.5
+      memory: 0.5Gi
   large:
     limits:
-      cpu: 200m
-      memory: 800Mi
+      cpu: 999
+      memory: 1Gi
     requests:
-      cpu: 100m
-      memory: 400Mi
+      cpu: 1
+      memory: 1Gi
   unlimited: {}
 
 #Pods Service Account