[DCAE] Dashboard container revision 92/119992/12
authorvv770d <vv770d@att.com>
Mon, 29 Mar 2021 19:42:55 +0000 (19:42 +0000)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 30 Apr 2021 05:59:48 +0000 (05:59 +0000)
bugfix & switch to integration-java11:8.0.0 base image
increase readiness timeout

Error noticed is possibly due to resource contraint
bumping up requests limit

Change-Id: I8cbe3e1706a184a95cd64abc99d285fb64151dcf
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: INT-1864
Issue-ID: CCSDK-3233
Signed-off-by: vv770d <vv770d@att.com>
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