diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-14 09:07:14 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-10-14 09:25:30 +0200 |
commit | e9de7f65855420db72a5c585b224c0b0b31a9a47 (patch) | |
tree | 5f9758463655bb78bf73e6953208379cc6552dad /kubernetes/onap/resources/overrides/environment.yaml | |
parent | c08c8ffa8ec4f063c22e19acdc0a1e23edd4f26f (diff) |
[CLAMP] Give times to mariadb to come up
On some environments, clamp database is restarted in the middle of the
init script.
The consequence is then a weird behavior, especially if the users are
not set.
This patch adds more time to the DB in the environment override file
(which is supposed to be used in slow environnement).
Issue-ID: OOM-2597
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ieb700afbb27610dbad18d860b7fb85ac95c2bb0d
Diffstat (limited to 'kubernetes/onap/resources/overrides/environment.yaml')
-rw-r--r-- | kubernetes/onap/resources/overrides/environment.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/onap/resources/overrides/environment.yaml b/kubernetes/onap/resources/overrides/environment.yaml index 5f2336382f..61b1838b83 100644 --- a/kubernetes/onap/resources/overrides/environment.yaml +++ b/kubernetes/onap/resources/overrides/environment.yaml @@ -92,6 +92,11 @@ clamp: initialDelaySeconds: 60 readiness: initialDelaySeconds: 60 + clamp-mariadb: + liveness: + initialDelaySeconds: 30 + readiness: + initialDelaySeconds: 30 dcaegen2: dcae-cloudify-manager: liveness: |