Merge "[DCAE] Dashboard container revision"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 3 May 2021 07:59:04 +0000 (07:59 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 3 May 2021 07:59:04 +0000 (07:59 +0000)
kubernetes/dcaegen2/components/dcae-dashboard/values.yaml

index e92e415..51fcd08 100644 (file)
@@ -53,7 +53,7 @@ config:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.4.0
+image: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.4.2
 pullPolicy: Always
 
 # probe configuration parameters
@@ -66,8 +66,8 @@ liveness:
   enabled: false
 
 readiness:
-  initialDelaySeconds: 30
-  periodSeconds: 30
+  initialDelaySeconds: 300
+  periodSeconds: 90
   path: /ccsdk-app/health
   scheme: HTTPS
 
@@ -103,11 +103,11 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 2Gi
-    requests:
-      cpu: 1
+      cpu: 0.6
       memory: 1Gi
+    requests:
+      cpu: 0.4
+      memory: 600Mib
   large:
     limits:
       cpu: 4