aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-05-06 15:29:03 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-05-06 15:29:03 +0200
commitd687fd0c9efe31e93287da11e3e390984a5fb6ce (patch)
treea3948f969087859aabc3348d42ff582c00f35e8d
parent2d6141ab8bd7bfe58f5da0483e578032226e7ebb (diff)
[AAI] Fix Ingress configuration
Set SSL to redirect when backend uses HTTPS. Issue-ID: OOM-2171 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id9e7cf211f5c180ee5901463a63535892b221d84
-rw-r--r--components/aai-babel/values.yaml2
-rw-r--r--components/aai-sparky-be/values.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/aai-babel/values.yaml b/components/aai-babel/values.yaml
index 441aab3..b0f29dd 100644
--- a/components/aai-babel/values.yaml
+++ b/components/aai-babel/values.yaml
@@ -67,7 +67,7 @@ ingress:
name: "aai-babel"
port: 9516
config:
- ssl: "none"
+ ssl: "redirect"
resources:
small:
diff --git a/components/aai-sparky-be/values.yaml b/components/aai-sparky-be/values.yaml
index 164b3b8..36820c4 100644
--- a/components/aai-sparky-be/values.yaml
+++ b/components/aai-sparky-be/values.yaml
@@ -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/