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 705a43f  fixed issue with Keycloak ingress
705a43f is described below

commit 705a43f2f98c3f0bd0a846ec5b230e236fa82dcd
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Thu Sep 12 13:50:29 2019 +0300

    fixed issue with Keycloak ingress
---
 .../terraform/gcp/ssn-gke/main/modules/helm_charts/keycloak.tf       | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/keycloak.tf
 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/keycloak.tf
index b830165..e92f2f7 100644
--- 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/keycloak.tf
+++ 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/keycloak.tf
@@ -72,6 +72,11 @@ resource "helm_release" "keycloak" {
 resource "kubernetes_ingress" "keycloak_ingress" {
   metadata {
     name = "keycloak"
+    annotations = {
+      "kubernetes.io/ingress.class": "nginx"
+      "nginx.ingress.kubernetes.io/ssl-redirect": "false"
+      "nginx.ingress.kubernetes.io/rewrite-target": "/auth"
+    }
   }
 
   spec {


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

Reply via email to