X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=kubernetes%2Fmulticloud%2Fvalues.yaml;h=d075291db2d8fb6d0a080b796c52229342804106;hb=581695730d5a99bb834acec2bc38fa9570e316b4;hp=6188e43fb78c3edc4a890028fe8564ce27aa1680;hpb=7da647362f5f163e05840a4e0e37e4badf1cd43e;p=oom.git diff --git a/kubernetes/multicloud/values.yaml b/kubernetes/multicloud/values.yaml index 6188e43fb7..d075291db2 100644 --- a/kubernetes/multicloud/values.yaml +++ b/kubernetes/multicloud/values.yaml @@ -20,15 +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.3.1 +image: onap/multicloud/framework:1.5.1 pullPolicy: Always #Istio sidecar injection policy @@ -36,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: @@ -63,7 +67,7 @@ liveness: enabled: true service: - type: NodePort + type: ClusterIP name: multicloud portName: multicloud-framework externalPort: 9001