diff options
author | 2019-12-11 11:42:12 -0500 | |
---|---|---|
committer | 2019-12-11 11:42:16 -0500 | |
commit | c56543fa8c464f839cde7d80ff2023d6448e4b28 (patch) | |
tree | bc4d62d661930dc1d440ee07c55155fa9526592a | |
parent | 552da2c65b6af3f6328fcc6b11af9329d5efa30a (diff) |
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 <vk250x@att.com>
-rw-r--r-- | components/aai-data-router/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |