Merge "[DCAE] Dashboard healthcheck failure"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 29 Jul 2021 14:42:21 +0000 (14:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 29 Jul 2021 14:42:21 +0000 (14:42 +0000)
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: