[CLI] Fix Ingress configuration 31/107231/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:20:39 +0000 (15:20 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:20:39 +0000 (15:20 +0200)
Use the new port.
Set redirect to https service.

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

kubernetes/cli/values.yaml

index 9092279..e5484df 100644 (file)
@@ -71,7 +71,7 @@ ingress:
       name: cli
       port: 9090
   config:
-    ssl: "none"
+    ssl: "redirect"
 
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/