summaryrefslogtreecommitdiffstats
path: root/components/aai-data-router/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-data-router/values.yaml')
-rw-r--r--components/aai-data-router/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/aai-data-router/values.yaml b/components/aai-data-router/values.yaml
index 6b654ce..0533896 100644
--- a/components/aai-data-router/values.yaml
+++ b/components/aai-data-router/values.yaml
@@ -21,7 +21,7 @@ global: # global defaults
# application image
repository: nexus3.onap.org:10001
-image: onap/data-router:1.5.1
+image: onap/data-router:1.6.1
pullPolicy: Always
restartPolicy: Always
flavor: small
@@ -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