[AAI] Fix Ingress configuration 40/107240/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:29:03 +0000 (15:29 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:29:03 +0000 (15:29 +0200)
Set SSL to redirect when backend uses HTTPS.

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

components/aai-babel/values.yaml
components/aai-sparky-be/values.yaml

index 441aab3..b0f29dd 100644 (file)
@@ -67,7 +67,7 @@ ingress:
       name: "aai-babel"
       port: 9516
   config:
-    ssl: "none"
+    ssl: "redirect"
 
 resources:
   small:
index 164b3b8..36820c4 100644 (file)
@@ -95,7 +95,7 @@ ingress:
       name: "aai-sparky-be"
       port: 8000
   config:
-    ssl: "none"
+    ssl: "redirect"
 
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/