Merge "Fix name convention issue (SDC-WORKFLOW)"
[oom.git] / kubernetes / appc / charts / appc-cdt / values.yaml
index 7db9527..bd99bca 100644 (file)
@@ -26,7 +26,7 @@ flavor: small
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/appc-cdt-image:1.5.3
+image: onap/appc-cdt-image:1.7.1
 pullPolicy: Always
 
 # application configuration
@@ -60,6 +60,12 @@ service:
 
 ingress:
   enabled: false
+  service:
+    - baseaddr: appccdt
+      name: "appc-cdt"
+      port: 18080
+  config:
+    ssl: "redirect"
 
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/