Merge "[DCAEGEN2] Update base image for healthcheck"
[oom.git] / kubernetes / dcaegen2-services / components / dcae-ms-healthcheck / values.yaml
index 556da86..19ca5fd 100644 (file)
@@ -52,7 +52,7 @@ readiness:
   initialDelaySeconds: 10
   periodSeconds: 10
 # application image
-image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.4.0
+image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.4.1
 
 # Resource Limit flavor -By Default using small
 flavor: small
@@ -60,14 +60,14 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 999
+      cpu: 2
       memory: 0.5Gi
     requests:
       cpu: 1
       memory: 0.5Gi
   large:
     limits:
-      cpu: 999
+      cpu: 4
       memory: 1Gi
     requests:
       cpu: 2