You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/09/13 13:23:57 UTC

[incubator-dlab] branch DLAB-1086 updated: increased timeout for MongoDB;

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

omartushevskyi pushed a commit to branch DLAB-1086
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1086 by this push:
     new 92277f2  increased timeout for MongoDB;
92277f2 is described below

commit 92277f21220f4d890e9a1660458b033207f2d449
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Sep 13 16:23:47 2019 +0300

    increased timeout for MongoDB;
---
 .../terraform/gcp/ssn-gke/main/modules/helm_charts/mongo.tf              | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/mongo.tf b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/mongo.tf
index 10bdb70..5a95a34 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/mongo.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/mongo.tf
@@ -37,6 +37,7 @@ resource "helm_release" "mongodb" {
     name   = "mongo-ha"
     chart  = "stable/mongodb"
     wait   = true
+    timeout = 600
     values = [
         data.template_file.mongo_values.rendered
     ]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org