You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/10/31 12:54:02 UTC

[openwhisk-deploy-kube] branch master updated: fixing timeout (#543)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new ef1b44f  fixing timeout (#543)
ef1b44f is described below

commit ef1b44f03a44ccc77b5fce34d8291bd4d0d98d9e
Author: Mayank Jha <ma...@gmail.com>
AuthorDate: Thu Oct 31 08:53:52 2019 -0400

    fixing timeout (#543)
---
 helm/openwhisk/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index c73900f..6fff896 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -414,11 +414,11 @@ probes:
       timeoutSeconds: 1
   controller:
     livenessProbe:
-      initialDelaySeconds: 5
+      initialDelaySeconds: 10
       periodSeconds: 10
       timeoutSeconds: 1
     readinessProbe:
-      initialDelaySeconds: 5
+      initialDelaySeconds: 10
       periodSeconds: 10
       timeoutSeconds: 1