[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / so / values.yaml
index 4a361c6..f2db958 100755 (executable)
@@ -139,7 +139,7 @@ dbCreds:
   userName: so_user
   adminName: so_admin
 
-image: onap/so/api-handler-infra:1.12.1
+image: onap/so/api-handler-infra:1.12.2
 
 server:
   aai:
@@ -550,17 +550,17 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2000m
+      cpu: 999
       memory: 4Gi
     requests:
-      cpu: 500m
+      cpu: 0.5
       memory: 1Gi
   large:
     limits:
-      cpu: 4000m
+      cpu: 999
       memory: 8Gi
     requests:
-      cpu: 1000m
+      cpu: 1
       memory: 2Gi
   unlimited: {}