[VID] Fix Ingress configuration 38/107238/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:26:57 +0000 (15:26 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:26:57 +0000 (15:26 +0200)
Set SSL to redirect as backend is HTTPS.

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

kubernetes/vid/values.yaml

index 04d7938..63c6307 100644 (file)
@@ -118,9 +118,9 @@ ingress:
   service:
        - baseaddr: "vid.api"
          name: "vid-http"
-         port: 8080
+         port: 8443
   config:
-       ssl: "none"
+       ssl: "redirect"
 
 # Resource Limit flavor -By Default using small
 flavor: small