diff options
-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 |