diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-07-11 08:35:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-07-11 08:35:24 +0000 |
commit | a340b55885789113c7ca9305f9d020914495e285 (patch) | |
tree | 28434a59864f9f9506cbc1f94634360847fb75e3 /kubernetes/sdnc/resources/config/conf | |
parent | 4d5d6a0895e453466b443597e639336e1d8a6856 (diff) | |
parent | 58662a319d2e1f2a53eeceb06469658e4b070c50 (diff) |
Merge "[SDNC] SDNC ServiceMesh compatibility"
Diffstat (limited to 'kubernetes/sdnc/resources/config/conf')
-rwxr-xr-x | kubernetes/sdnc/resources/config/conf/aaiclient.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/sdnc/resources/config/conf/aaiclient.properties b/kubernetes/sdnc/resources/config/conf/aaiclient.properties index 7021990da0..5108a9d005 100755 --- a/kubernetes/sdnc/resources/config/conf/aaiclient.properties +++ b/kubernetes/sdnc/resources/config/conf/aaiclient.properties @@ -38,7 +38,11 @@ org.onap.ccsdk.sli.adaptors.aai.application=openECOMP # # Configuration file for A&AI Client # +{{- if (include "common.needTLS" .) }} org.onap.ccsdk.sli.adaptors.aai.uri=https://aai.{{.Release.Namespace}}:8443 +{{- else }} +org.onap.ccsdk.sli.adaptors.aai.uri=http://aai.{{.Release.Namespace}}:80 +{{- end }} connection.timeout=60000 read.timeout=60000 |