Fix the startup issue of data router liveness 06/99506/1
authorHarish Venkata Kajur <vk250x@att.com>
Wed, 11 Dec 2019 16:42:12 +0000 (11:42 -0500)
committerHarish Venkata Kajur <vk250x@att.com>
Wed, 11 Dec 2019 16:42:16 +0000 (11:42 -0500)
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 <vk250x@att.com>
components/aai-data-router/values.yaml

index 6b654ce..504694a 100644 (file)
@@ -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