diff options
author | sunil unnava <sunil.unnava@att.com> | 2018-10-17 16:25:50 -0400 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-18 18:46:06 +0000 |
commit | 49aa92d85147311b26a50b59922d229e86329584 (patch) | |
tree | dd24c01cfc319af6908d3666bcf6ce92e7a598f3 /kubernetes/dmaap/charts/message-router/values.yaml | |
parent | fc677231787da26605d9c4d5fb1ecd9ff1150fec (diff) |
enable/disable the AAF by a env variable
Issue-ID: DMAAP-849
Change-Id: I75f09cde311202d7e7991557607bb1b15935252e
Signed-off-by: sunil unnava <sunil.unnava@att.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'kubernetes/dmaap/charts/message-router/values.yaml')
-rw-r--r-- | kubernetes/dmaap/charts/message-router/values.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/dmaap/charts/message-router/values.yaml b/kubernetes/dmaap/charts/message-router/values.yaml index 94b7a44c51..9ba34884da 100644 --- a/kubernetes/dmaap/charts/message-router/values.yaml +++ b/kubernetes/dmaap/charts/message-router/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/dmaap/dmaap-mr:1.1.6 +image: onap/dmaap/dmaap-mr:1.1.7 pullPolicy: Always kafka: @@ -53,14 +53,14 @@ affinity: {} # probe configuration parameters liveness: - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 service: |