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 14:19:46 UTC

[incubator-dlab] branch DLAB-1086 updated: removed unimportant code;

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 874f070  removed unimportant code;
874f070 is described below

commit 874f070fd2b05940ca4a7c87ac7a99ad3c5ee53d
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Sep 13 17:19:38 2019 +0300

    removed unimportant code;
---
 .../gcp/ssn-gke/main/modules/helm_charts/files/mongo_values.yaml      | 4 +---
 .../terraform/gcp/ssn-gke/main/modules/helm_charts/mongo.tf           | 1 -
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/mongo_values.yaml b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/mongo_values.yaml
index 4784f45..a435baf 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/mongo_values.yaml
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/mongo_values.yaml
@@ -35,6 +35,4 @@ persistence:
 
 service:
   type: LoadBalancer
-  port: ${mongo_service_port}
-  # nodePort: ${mongo_node_port}
-  # loadBalancerIP: ${load_balancer_ip}
\ No newline at end of file
+  port: ${mongo_service_port}
\ No newline at end of file
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 5a95a34..10bdb70 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,7 +37,6 @@ 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