From c56543fa8c464f839cde7d80ff2023d6448e4b28 Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Wed, 11 Dec 2019 11:42:12 -0500 Subject: [PATCH] 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 --- components/aai-data-router/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6