diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-05-13 16:54:43 +0200 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2022-09-14 13:22:29 +0000 |
commit | dfa23c83cc8630915824968ba7b043ef968e38b6 (patch) | |
tree | e86e83dd0cbae293ce845ddb3d38bcb4ae40c448 /kubernetes/multicloud/components/multicloud-pike/values.yaml | |
parent | 8cd7e264e2a8d7f6686065f882b3b2f0663a6690 (diff) |
[MULTICLOUD] Service mesh compatibility
Patch on MC charts dedicated to make http/https calls depending
on configuration for TLS. Include an updated version of the
framework-artifactbroker
Issue-ID: OOM-3015
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I03deae9dcea703540fe6e3a81ddba20505f246f1
Diffstat (limited to 'kubernetes/multicloud/components/multicloud-pike/values.yaml')
-rw-r--r-- | kubernetes/multicloud/components/multicloud-pike/values.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kubernetes/multicloud/components/multicloud-pike/values.yaml b/kubernetes/multicloud/components/multicloud-pike/values.yaml index 7b606a5492..4ed7a64ecb 100644 --- a/kubernetes/multicloud/components/multicloud-pike/values.yaml +++ b/kubernetes/multicloud/components/multicloud-pike/values.yaml @@ -31,11 +31,12 @@ istioSidecar: true # application configuration config: ssl_enabled: false - msbprotocol: https msbgateway: msb-iag msbPort: 443 + msbPlainPort: 80 aai: - port: 8443 + aaiPort: 8443 + aaiPlainPort: 8080 schemaVersion: v13 username: AAI password: AAI @@ -59,7 +60,7 @@ liveness: service: type: ClusterIP name: multicloud-pike - portName: multicloud-pike + portName: http externalPort: 9007 internalPort: 9007 nodePort: 96 |