diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-06 15:23:16 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-06 15:23:16 +0200 |
commit | 105b352f7602ffbbf2b2cc14ce1791478b72a73a (patch) | |
tree | 3806b2066c646b8d78f4cc981e688a2bca177067 /kubernetes | |
parent | a64c46d312d26a82edf1acbd2d9fe2f28774f82a (diff) |
[Portal] Fix Ingress configuration
Set redirect for SSL for HTTPS backend.
Issue-ID: OOM-2185
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I44c42968c2d3ab35c61920f47d3bd6c2ae3cd4dc
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/portal/charts/portal-sdk/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-sdk/values.yaml b/kubernetes/portal/charts/portal-sdk/values.yaml index 02104414d6..7f3aa70a2c 100644 --- a/kubernetes/portal/charts/portal-sdk/values.yaml +++ b/kubernetes/portal/charts/portal-sdk/values.yaml @@ -119,7 +119,7 @@ ingress: name: "portal-sdk" port: 8443 config: - ssl: "none" + ssl: "redirect" # Resource Limit flavor -By Default using small flavor: small |