aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2022-12-07 12:37:02 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2022-12-07 14:50:44 +0100
commit9df9ba2e065a88c82932a00075a00a141c174b70 (patch)
treea5e90f6091195020fabb77f66dcf97bb0dfb3b6a /kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml
parente0259590627cd9e7925b6912ac2203091dbb54bf (diff)
[DCAEGEN2] Ves-open-api Add mech to load config at deploy time
Enable configuration ves-open-api by Helm values Issue-ID: DCAEGEN2-3316 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: If6e70d63f961aaa7d26e1680f7bb917cf4de3546
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml')
-rw-r--r--kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml b/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml
index c07bd529cc..0b83ce2410 100644
--- a/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml
+++ b/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml
@@ -71,3 +71,22 @@ serviceAccount:
nameOverride: dcae-ves-openapi-manager
roles:
- read
+
+# initial application configuration
+applicationConfig:
+ vesopenapimanager:
+ validation:
+ schemaMapPath: ${SCHEMA_MAP_PATH:./src/main/resources/schema-map.json}
+ eventDomainPath: /event/structure/commonEventHeader/structure/domain/value
+ eventSchemaReferencePath: /event/structure/stndDefinedFields/structure/schemaReference/value
+ distribution:
+ sdcAddress: ${SDC_ADDRESS:sdc-be.onap:30204}
+ user: dcae
+ password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+ pollingInterval: 20
+ pollingTimeout: 20
+ consumerGroup: dcaegen2
+ environmentName: AUTO
+ consumerID: ves-openapi-manager
+ activateServerTLSAuth: false
+ isFilterInEmptyResources: false