aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-07-29 14:42:21 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-29 14:42:21 +0000
commit7bcfb74d5ff19963bbfaa67fd7c3e5afe5c75414 (patch)
treee86d728614ed8d067fc6cae30f3347ed901aec22 /kubernetes/dcaegen2
parentc834ad222957a10ea5e6863370d5961200772aba (diff)
parent4c64ef138c221f934a2642b2d20c8d66d486cb61 (diff)
Merge "[DCAE] Dashboard healthcheck failure"
Diffstat (limited to 'kubernetes/dcaegen2')
-rw-r--r--kubernetes/dcaegen2/components/dcae-dashboard/values.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml
index 83914d423c..6640f78e9a 100644
--- a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml
+++ b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml
@@ -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: