[VNFSDK] Fix Ingress configuration 39/107239/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:27:37 +0000 (15:27 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:27:37 +0000 (15:27 +0200)
Change port to HTTPS one
Set ssl to redirect.

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

kubernetes/vnfsdk/values.yaml

index 96cacfb..28dea47 100644 (file)
@@ -105,6 +105,6 @@ ingress:
   service:
     - baseaddr: "refrepo"
       name: "refrepo"
-      port: 97
+      port: 8703
   config:
-    ssl: "none"
+    ssl: "redirect"