From cae2d4dc4fabbf3130c74ed402974f9b7a2fb10a Mon Sep 17 00:00:00 2001 From: Ramesh Parthasarathy Date: Thu, 27 Sep 2018 22:43:35 +0000 Subject: [PATCH] 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) --- .../charts/so-sdc-controller/resources/config/overrides/override.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.16.6