diff options
author | Ramesh Parthasarathy <rp6768@att.com> | 2018-09-27 22:43:35 +0000 |
---|---|---|
committer | Ramesh Parthasarathy <rp6768@att.com> | 2018-09-27 22:43:35 +0000 |
commit | cae2d4dc4fabbf3130c74ed402974f9b7a2fb10a (patch) | |
tree | 6ab1d8d4956a4bb9dc193bf8dac3a90de3f9b6bb /kubernetes/so/charts/so-sdc-controller/resources/config | |
parent | f879691d0b29b706e49e44d361e0384ce8d8fad3 (diff) |
Watchdog timer too short in oom override.yaml
watchdog timeout was increased to 300 seconds from 60 seconds in override.yaml to overcome distribution timeout
Change-Id: Icaf9e31ae92b5b786eb89487c0744d71921fa97e
Issue-ID: SO-1072
Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
Diffstat (limited to 'kubernetes/so/charts/so-sdc-controller/resources/config')
-rwxr-xr-x | kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml b/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml index 899274c715..38c3848892 100755 --- a/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml +++ b/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml @@ -52,7 +52,7 @@ mso: activateServerTLSAuth: false keyStorePassword: keyStorePath: - watchDogTimeout: 60 + watchDogTimeout: 300 isFitlerInEmptyResources: true messageBusAddress: message-router.{{ include "common.namespace" . }},message-router.{{ include "common.namespace" . }} asdc: |