[APPC] Fix Ingress configuration 29/107229/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:19:03 +0000 (15:19 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 May 2020 13:19:03 +0000 (15:19 +0200)
set redirect to https based service.

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

kubernetes/appc/charts/appc-cdt/values.yaml

index 118d19c..bd99bca 100644 (file)
@@ -65,7 +65,7 @@ ingress:
       name: "appc-cdt"
       port: 18080
   config:
-    ssl: "none"
+    ssl: "redirect"
 
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/