[UUI] Fix Ingress configuration 37/107237/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:25:54 +0000 (15:25 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:25:54 +0000 (15:25 +0200)
Set ssl to redirect when backend is HTTPS.

Issue-ID: OOM-2190
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I8275d31c8a6f07d42f178db15173665b998ef5e8

kubernetes/uui/charts/uui-server/values.yaml
kubernetes/uui/values.yaml

index 567baab..03265d4 100644 (file)
@@ -69,7 +69,7 @@ ingress:
       name: "uui-server"
       port: 8082
   config:
-    ssl: "none"
+    ssl: "redirect"
 
   # We usually recommend not to specify default resources and to leave this as a conscious
   # choice for the user. This also increases chances charts run on environments with little
index 47182d4..2c15c96 100644 (file)
@@ -69,7 +69,7 @@ ingress:
       name: "uui"
       port: 8443
   config:
-    ssl: "none"
+    ssl: "redirect"
 
   # We usually recommend not to specify default resources and to leave this as a conscious
   # choice for the user. This also increases chances charts run on environments with little