From: Sylvain Desbureaux Date: Wed, 6 May 2020 13:29:03 +0000 (+0200) Subject: [AAI] Fix Ingress configuration X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d687fd0c9efe31e93287da11e3e390984a5fb6ce;p=aai%2Foom.git [AAI] Fix Ingress configuration Set SSL to redirect when backend uses HTTPS. Issue-ID: OOM-2171 Signed-off-by: Sylvain Desbureaux Change-Id: Id9e7cf211f5c180ee5901463a63535892b221d84 --- 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/