diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-09-23 18:54:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-23 18:54:14 +0000 |
commit | 54a46829db2c1119f3baa12de63f584d03aba8cd (patch) | |
tree | 262ad4004248193c0b2d2da4719d4df82968e881 /kubernetes/multicloud/components/multicloud-starlingx/values.yaml | |
parent | e80759dab867db25cb72b750fe60484a28bed1d4 (diff) | |
parent | dfa23c83cc8630915824968ba7b043ef968e38b6 (diff) |
Merge "[MULTICLOUD] Service mesh compatibility"
Diffstat (limited to 'kubernetes/multicloud/components/multicloud-starlingx/values.yaml')
-rw-r--r-- | kubernetes/multicloud/components/multicloud-starlingx/values.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kubernetes/multicloud/components/multicloud-starlingx/values.yaml b/kubernetes/multicloud/components/multicloud-starlingx/values.yaml index e59f34a8bc..1232c3b79a 100644 --- a/kubernetes/multicloud/components/multicloud-starlingx/values.yaml +++ b/kubernetes/multicloud/components/multicloud-starlingx/values.yaml @@ -17,7 +17,7 @@ ################################################################# global: nodePortPrefixExt: 304 - artifactImage: onap/multicloud/framework-artifactbroker:1.7.3 + artifactImage: onap/multicloud/framework-artifactbroker:1.8.1 ################################################################# # Application configuration defaults. @@ -33,11 +33,12 @@ istioSidecar: false # application configuration config: ssl_enabled: true - msbprotocol: https msbgateway: msb-iag msbPort: 443 + msbPlainPort: 80 aai: - port: 8443 + aaiPort: 8443 + aaiPlainPort: 8080 schemaVersion: v13 username: AAI password: AAI |