Merge "[SDC] Change default access mode for cert PVC"
[oom.git] / kubernetes / appc / charts / appc-cdt / values.yaml
index 6c138fa..377041a 100644 (file)
@@ -26,7 +26,7 @@ flavor: small
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/appc-cdt-image:1.6.4
+image: onap/appc-cdt-image:1.7.0
 pullPolicy: Always
 
 # application configuration
@@ -60,6 +60,12 @@ service:
 
 ingress:
   enabled: false
+  service:
+    - baseaddr: appccdt
+      name: "appc-cdt"
+      port: 18080
+  config:
+    ssl: "none"
 
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/