From: Harish Venkata Kajur Date: Wed, 11 Dec 2019 16:42:12 +0000 (-0500) Subject: Fix the startup issue of data router liveness X-Git-Tag: 6.0.0-ONAP~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c56543fa8c464f839cde7d80ff2023d6448e4b28;p=aai%2Foom.git Fix the startup issue of data router liveness so that the pod does die before it even had a chance to start the application Issue-ID: AAI-2727 Change-Id: I94246883cc5b46c7e9873e70214599653514d7d8 Signed-off-by: Harish Venkata Kajur --- diff --git a/components/aai-data-router/values.yaml b/components/aai-data-router/values.yaml index 6b654ce..504694a 100644 --- a/components/aai-data-router/values.yaml +++ b/components/aai-data-router/values.yaml @@ -44,7 +44,7 @@ affinity: {} # probe configuration parameters liveness: - initialDelaySeconds: 10 + initialDelaySeconds: 300 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container