From 46067c739335b6b456e507be170075dfb62b3086 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 14 Nov 2022 19:58:53 +0100 Subject: [AAI] Make AAI Sparky BE ServiceMesh ready SparkyBE settings need corrections, as the internal nonTSL port is different from the TLS port. Additionally the AAI port needed to be changed Issue-ID: OOM-2491 Signed-off-by: Andreas Geissler Change-Id: Id675ec3719eaaf1f6d6c2b1468cbd168c852e4d3 --- .../resources/config/application/application-resources.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/aai/components/aai-sparky-be/resources') diff --git a/kubernetes/aai/components/aai-sparky-be/resources/config/application/application-resources.properties b/kubernetes/aai/components/aai-sparky-be/resources/config/application/application-resources.properties index 8bd4494a2b..7c82d1f90d 100644 --- a/kubernetes/aai/components/aai-sparky-be/resources/config/application/application-resources.properties +++ b/kubernetes/aai/components/aai-sparky-be/resources/config/application/application-resources.properties @@ -25,6 +25,6 @@ resources.trust-store-password=${TRUSTSTORE_PASSWORD} resources.client-cert={{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.fqi_namespace }}.p12 resources.client-cert-password=${KEYSTORE_PASSWORD} {{ else }} -resources.port=8080 +resources.port=80 resources.authType=HTTP_NOAUTH {{ end }} -- cgit 1.2.3-korg