diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-19 08:35:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-19 08:35:35 +0000 |
commit | faee15607fea85ff245b2a30be8436c6eb5e45c2 (patch) | |
tree | c6d342e617a5f291b63630891a747b2257786431 | |
parent | 27984d15f00aec3b4ed732e4710a264cb6d197d9 (diff) | |
parent | d9c649b538b9b3ee28eec09a9807ce3c5d3387f5 (diff) |
Merge "[DCAE] Bump up to Dashboard 1.4.3" into honolulu
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-dashboard/values.yaml | 8 |
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 |