Merge "[COMMON] Allow to lint chart without master password"
[oom.git] / kubernetes / appc / values.yaml
index 12defea..fcfca4a 100644 (file)
@@ -31,7 +31,7 @@ global:
 flavor: small
 # application image
 repository: nexus3.onap.org:10001
-image: onap/appc-image:1.6.4
+image: onap/appc-image:1.7.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -163,6 +163,12 @@ persistence:
 
 ingress:
   enabled: false
+  service:
+    - baseaddr: appc
+      name: "appc"
+      port: 8443
+  config:
+    ssl: "redirect"
 
 # Configure resource requests and limits
 # ref: http://kubernetes.io/docs/user-guide/compute-resources/