diff options
author | wr148d <wr148d@att.com> | 2021-02-12 11:28:21 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-02-17 09:20:57 -0500 |
commit | ef13604954fe3b16ca210ea6ec4d1bf9ec6076c4 (patch) | |
tree | 86a5495e6371e94646185ebfd06830adb9701ff3 /kubernetes/aai/components/aai-sparky-be/resources | |
parent | 33ea9587638769c2ef8e02ea4e943056b4ce40c4 (diff) |
[AAI][SPARKY] Updating the sparky config
Sparky config updated to no longer run a sync to elastic
Sparky config updated to 2.0.0
Issue-ID: AAI-3250
Change-Id: Iccae63830032ca7454b8127a605236f208699a7b
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/resources')
-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 929d4ea34d..1ae00d95c4 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,sync,portal +spring.profiles.active=camel,ssl,fe-prod,oxm-schema-prod,oxm-default,resources,portal,aai-proxy portal.cadiFileLocation={{.Values.config.cadiFileLocation}} portal.cadiFileLocation={{.Values.config.cadiFileLocation}} |