[DCAE] Dashboard healthcheck failure 79/122079/47
authorvv770d <vv770d@att.com>
Mon, 21 Jun 2021 15:06:40 +0000 (15:06 +0000)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 27 Jul 2021 12:37:05 +0000 (12:37 +0000)
Remove resource limit setting to resolve orange
gating/daily job failures

Switched to 1.4.4 released image from nexus3.

Change-Id: Ie5d7979cbd6d6a950519228c2e61c432f363b9f6
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2800
Signed-off-by: vv770d <vv770d@att.com>
kubernetes/dcaegen2/components/dcae-dashboard/values.yaml

index 83914d4..6640f78 100644 (file)
@@ -53,7 +53,7 @@ config:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.4.3
+image: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.4.4
 pullPolicy: Always
 
 # probe configuration parameters
@@ -97,16 +97,16 @@ postgres:
     mountSubPath: dcae-dashboard/data
     mountInitPath: dcae-dashboard
 
-# Resource Limit flavor -By Default using small
+#Resource Limit flavor -By Default using small
 flavor: small
-# Segregation for Different environment (Small and Large)
+#Segregation for Different environment (Small and Large)
 resources:
   small:
     limits:
-      cpu: 4000m
-      memory: 4Gi
+      cpu: 2
+      memory: 2Gi
     requests:
-      cpu: 1500m
+      cpu: 1
       memory: 1Gi
   large:
     limits: