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/17 10:12:11 UTC

[incubator-dlab] branch DLAB-terraform updated: Changed service type for Dlab UI

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

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


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new 6ac4c21  Changed service type for Dlab UI
     new 3b62849  Merge remote-tracking branch 'origin/DLAB-terraform' into DLAB-terraform
6ac4c21 is described below

commit 6ac4c2197e18f0269c2d27672c77e0cf02ff6ab5
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Tue Sep 17 13:11:55 2019 +0300

    Changed service type for Dlab UI
---
 .../gcp/ssn-gke/main/modules/helm_charts/dlab-ui-chart/values.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/dlab-ui-chart/values.yaml b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/dlab-ui-chart/values.yaml
index b158ebd..e85f590 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/dlab-ui-chart/values.yaml
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/dlab-ui-chart/values.yaml
@@ -32,7 +32,7 @@ ui:
     tag: '0.1-gcp'
     pullPolicy: Always
   service:
-    type: ClusterIP
+    type: LoadBalancer
     #  port: 58443
     http_port: 58080
     https_port: 58443


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