diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-11-30 09:16:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-30 09:16:46 +0000 |
commit | 9e0814551cf6e87a553d9066c18854e02c71cea5 (patch) | |
tree | 2d8d05e902d69900e89cbb32d58055a2df3be852 /kubernetes/aai/components/aai-sparky-be/resources | |
parent | 05567f3b7b1fe30316bf05478089115eb3638cd5 (diff) | |
parent | 46067c739335b6b456e507be170075dfb62b3086 (diff) |
Merge "[AAI] Make AAI Sparky BE ServiceMesh ready"
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/resources')
-rw-r--r-- | kubernetes/aai/components/aai-sparky-be/resources/config/application/application-resources.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |