diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-02-05 07:31:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-05 07:31:50 +0000 |
commit | 00fd764cb5bdfd020e05a2391639857f6181f0cb (patch) | |
tree | 5964791a1dcce49670eb7227157f2b2b8a8a6a87 /kubernetes/multicloud/charts/multicloud-starlingx/values.yaml | |
parent | d622ece51e323fe4586a85d81bf014bfa61bca40 (diff) | |
parent | 842a484256b8bf39dc00a70f389914ef733f990f (diff) |
Merge "Enable multicloud openstack https endpoints"
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-starlingx/values.yaml')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-starlingx/values.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml b/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml index 26ecf93367..2dffd1c959 100644 --- a/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml @@ -23,7 +23,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/multicloud/openstack-starlingx:1.4.1 +image: onap/multicloud/openstack-starlingx:1.5.3 pullPolicy: Always #Istio sidecar injection policy @@ -31,8 +31,10 @@ istioSidecar: false # application configuration config: + ssl_enabled: true + msbprotocol: https msbgateway: msb-iag - msbPort: 80 + msbPort: 443 aai: port: 8443 schemaVersion: v13 |