diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-09 17:45:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-09 17:45:37 +0000 |
commit | 966a3bfc72c64ebdc4bad6a9c0412d1efcd30e32 (patch) | |
tree | 2be80984f03730942c2439b381356b6341552b3a /kubernetes/aai/components/aai-sparky-be/resources/config | |
parent | 7f930c0bb1c09af2b9d1b412a9cbb501965158e7 (diff) | |
parent | 4b5ca0c4ddbf90449c55205cf67393b4a2e7b3ff (diff) |
Merge "[AAI][SPARKY] Disable Portal Spring Profile"
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/resources/config')
-rw-r--r-- | kubernetes/aai/components/aai-sparky-be/resources/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-sparky-be/resources/config/application.properties b/kubernetes/aai/components/aai-sparky-be/resources/config/application.properties index 1ae00d95c4..a9bce0ef2a 100644 --- a/kubernetes/aai/components/aai-sparky-be/resources/config/application.properties +++ b/kubernetes/aai/components/aai-sparky-be/resources/config/application.properties @@ -24,7 +24,7 @@ spring.mvc.favicon.enabled=false # and in the values.yaml change the internalPort to 9517 # -spring.profiles.active=camel,ssl,fe-prod,oxm-schema-prod,oxm-default,resources,portal,aai-proxy +spring.profiles.active=camel,ssl,fe-prod,oxm-schema-prod,oxm-default,resources,aai-proxy portal.cadiFileLocation={{.Values.config.cadiFileLocation}} portal.cadiFileLocation={{.Values.config.cadiFileLocation}} |