From: Sylvain Desbureaux Date: Wed, 6 May 2020 13:25:54 +0000 (+0200) Subject: [UUI] Fix Ingress configuration X-Git-Tag: 6.0.0~70^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=133324f83280bbe543ffed688c30823a202dfb1f;p=oom.git [UUI] Fix Ingress configuration Set ssl to redirect when backend is HTTPS. Issue-ID: OOM-2190 Signed-off-by: Sylvain Desbureaux Change-Id: I8275d31c8a6f07d42f178db15173665b998ef5e8 --- diff --git a/kubernetes/uui/charts/uui-server/values.yaml b/kubernetes/uui/charts/uui-server/values.yaml index 567baabbdf..03265d4014 100644 --- a/kubernetes/uui/charts/uui-server/values.yaml +++ b/kubernetes/uui/charts/uui-server/values.yaml @@ -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 diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 47182d4e19..2c15c9683c 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -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