update artifactbroker for multicloud plugins
[oom.git] / kubernetes / multicloud / charts / multicloud-k8s / values.yaml
index 15aade5..14f9b58 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/multicloud/k8s:0.1.0
+image: onap/multicloud/k8s:0.2.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -75,6 +75,14 @@ mongo:
     enabled: true
   disableNfsProvisioner: true
 
+#etcd chart overrides for k8splugin
+etcd:
+  nameOverride: multicloud-k8s-etcd
+  service:
+    name: multicloud-k8s-etcd
+  persistence:
+    mountSubPath: multicloud-k8s/etcd/data
+    enabled: true
 
 # No persistence right now as we rely on Mongo to handle that
 persistence:
@@ -88,6 +96,9 @@ persistence:
 ingress:
   enabled: false
 
+artifactbroker:
+  internalPort: 9014
+
 # Configure resource requests and limits
 flavor: large
 resources: