You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2020/10/27 16:06:05 UTC

[incubator-datalab] branch DATALAB-2102 updated (af4e324 -> 47454c0)

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

mykolabodnar pushed a change to branch DATALAB-2102
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


    from af4e324  [DLAB-2102]: test
     new 12f6809  [DLAB-2102]: test
     new 47454c0  [DLAB-2102]: test

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../datalab-ui-chart/templates/ingress.yaml         | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)


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


[incubator-datalab] 01/02: [DLAB-2102]: test

Posted by my...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DATALAB-2102
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 12f680976dfc73f1278b9ba755a083bb6c0f4790
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Tue Oct 27 16:46:14 2020 +0200

    [DLAB-2102]: test
---
 .../helm_charts/datalab-ui-chart/templates/ingress.yaml     | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/datalab-ui-chart/templates/ingress.yaml b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/datalab-ui-chart/templates/ingress.yaml
index 711f1ec..4b4ea45 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/datalab-ui-chart/templates/ingress.yaml
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/datalab-ui-chart/templates/ingress.yaml
@@ -47,14 +47,11 @@ spec:
     {{- end }}
   {{- end }}
   rules:
-    - host: {{ .host | quote }}
+    - host: {{ $host }}
         http:
           paths:
-            {{- range .paths }}
-            - path: {{ . }}
-              backend:
-                serviceName: {{ $fullName }}
-                servicePort: https
-                path: /
-            {{- end }}
+            backend:
+              serviceName: {{ $fullName }}
+              servicePort: {{ $servicePort }}
+            path: /
   {{- end }}
\ No newline at end of file


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


[incubator-datalab] 02/02: [DLAB-2102]: test

Posted by my...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DATALAB-2102
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 47454c0923c9c9cb2c4db16c93a0395637ecd678
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Tue Oct 27 18:05:38 2020 +0200

    [DLAB-2102]: test
---
 .../datalab-ui-chart/templates/ingress.yaml            | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/datalab-ui-chart/templates/ingress.yaml b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/datalab-ui-chart/templates/ingress.yaml
index 4b4ea45..b9b1276 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/datalab-ui-chart/templates/ingress.yaml
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/datalab-ui-chart/templates/ingress.yaml
@@ -46,12 +46,12 @@ spec:
       secretName: {{ .secretName }}
     {{- end }}
   {{- end }}
-  rules:
-    - host: {{ $host }}
-        http:
-          paths:
-            backend:
-              serviceName: {{ $fullName }}
-              servicePort: {{ $servicePort }}
-            path: /
-  {{- end }}
\ No newline at end of file
+rules:
+  - host: {{ $host }}
+      http:
+        paths:
+          backend:
+            serviceName: {{ $fullName }}
+            servicePort: {{ $servicePort }}
+          path: /
+{{- end }}
\ No newline at end of file


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