diff options
author | 2020-09-08 11:20:43 +0800 | |
---|---|---|
committer | 2020-09-18 15:39:23 +0800 | |
commit | 7c309a53e5b4c0b65d53b233a34d806b9228d08c (patch) | |
tree | ff1d95cb6ac378771a048a9ae047b148abc2b1cf /kubernetes/multicloud/charts/multicloud-pike/values.yaml | |
parent | dafa291f98366a0709c093e6fcc5f675f2451b3e (diff) |
[MULTICLOUD] provision multicloud-pike with msb https endpoint
ONAP MSB component disabled http endpoint during Frankfurt release
multicloud-pike component has to utilize MSB https endpoint instead
Issue-ID: MULTICLOUD-1195
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Ieea57dce0cebe85771d6d19932cd48085da54da0
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-pike/values.yaml')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-pike/values.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-pike/values.yaml b/kubernetes/multicloud/charts/multicloud-pike/values.yaml index ec79a1a847..50ced500d5 100644 --- a/kubernetes/multicloud/charts/multicloud-pike/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-pike/values.yaml @@ -31,8 +31,10 @@ istioSidecar: true # application configuration config: + ssl_enabled: false + msbprotocol: https msbgateway: msb-iag - msbPort: 80 + msbPort: 443 aai: port: 8443 schemaVersion: v13 |