summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-05-04 21:04:45 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2021-05-17 15:52:53 +0000
commitd9c649b538b9b3ee28eec09a9807ce3c5d3387f5 (patch)
tree75fc419e5fb3a9bd0fa170e599b6ea473f644d0d
parent35a5a074850abe760c72b6f3c3bff4f1d6d15f39 (diff)
[DCAE] Bump up to Dashboard 1.4.3
Fixes login issue introduced by commom/pg version upgrade to crunchy-postgres:centos8-13.2-4.6.1 Modified readiness config to match master Change-Id: I0a5b25c03c25c42987fc2fd0397378250628147c Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2751 Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r--kubernetes/dcaegen2/components/dcae-dashboard/values.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml
index e92e415414..ae0b80e869 100644
--- a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml
+++ b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml
@@ -1,6 +1,6 @@
#============LICENSE_START========================================================
# ================================================================================
-# Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2019-2021 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -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.3
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