Update git submodules
[oom.git] / kubernetes / multicloud / values.yaml
index 3f1da7e..d075291 100644 (file)
@@ -20,13 +20,17 @@ global:
   nodePortPrefix: 302
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
+  artifactImage: onap/multicloud/framework-artifactbroker:1.5.1
+  prometheus:
+    enabled: false
+  persistence: {}
 
 #################################################################
 # Application configuration defaults.
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/multicloud/framework:1.2.0-STAGING
+image: onap/multicloud/framework:1.5.1
 pullPolicy: Always
 
 #Istio sidecar injection policy
@@ -34,8 +38,10 @@ istioSidecar: true
 
 # application configuration
 config:
+  ssl_enabled: true
+  msbprotocol: https
   msbgateway: msb-iag
-  msbPort: 80
+  msbPort: 443
   logstashServiceName: log-ls
   logstashPort: 5044
   aai:
@@ -61,8 +67,9 @@ liveness:
   enabled: true
 
 service:
-  type: NodePort
+  type: ClusterIP
   name: multicloud
+  portName: multicloud-framework
   externalPort: 9001
   internalPort: 9001
   nodePort: 91
@@ -88,4 +95,4 @@ resources:
     requests:
       cpu: 20m
       memory: 2Gi
-  unlimited: {}
\ No newline at end of file
+  unlimited: {}