[CDS] Fix Ingress configuration 30/107230/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:19:52 +0000 (15:19 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:19:52 +0000 (15:19 +0200)
Set redirect to https based service.

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

kubernetes/cds/charts/cds-ui/values.yaml

index 5810f39..0dcf7fe 100644 (file)
@@ -88,9 +88,9 @@ ingress:
   service:
     - baseaddr: "cdsui"
       name: "cds-ui"
-      port: 8080
-  config: 
-    ssl: "none"
+      port: 3000
+  config:
+    ssl: "redirect"
 
 # Resource Limit flavor -By Default using small
 flavor: small