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 2ca12ce  changed service type;
2ca12ce is described below

commit 2ca12ce863c3d13b413d5a8e6b5e382e2d8de96f
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Fri Sep 13 15:53:02 2019 +0300

    changed service type;
---
 .../gcp/ssn-gke/main/modules/helm_charts/files/mongo_values.yaml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0e02fff..65c603f 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
@@ -34,7 +34,7 @@ persistence:
   enabled: false
 
 service:
-  type: loadBalancerIP
+  type: LoadBalancer
   port: ${mongo_service_port}
   #nodePort: ${mongo_node_port}
   loadBalancerIP: ${load_balancer_ip}
\ No newline at end of file


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

Reply via email to