summaryrefslogtreecommitdiffstats
path: root/charts/aai-data-router/templates/deployment.yaml
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-06-15 16:30:04 +0100
committerBorislav Glozman <Borislav.Glozman@amdocs.com>2018-07-03 12:41:01 +0000
commit091aff9d32be0a3f373585938ea5247ca677592e (patch)
tree3a8e472e4f3d8a5a43a1789ef1d4ec3bfa665ac1 /charts/aai-data-router/templates/deployment.yaml
parent5f664d5e059077983727abeba3e2c71912106db4 (diff)
Add schemaIngest resource to aai-data-router
This file is required to configure the location of the OXM files ingested by the data-router microservice. Change-Id: Ie360f0b80af39c709a5c3dcb18ce06768fbb40a6 Issue-ID: AAI-1229 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'charts/aai-data-router/templates/deployment.yaml')
-rw-r--r--charts/aai-data-router/templates/deployment.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/charts/aai-data-router/templates/deployment.yaml b/charts/aai-data-router/templates/deployment.yaml
index 2d45a0b..a045189 100644
--- a/charts/aai-data-router/templates/deployment.yaml
+++ b/charts/aai-data-router/templates/deployment.yaml
@@ -82,8 +82,11 @@ spec:
- mountPath: /opt/app/data-router/config/auth
name: {{ include "common.fullname" . }}-auth
- mountPath: /opt/app/data-router/config/data-router.properties
- name: {{ include "common.fullname" . }}-properties
subPath: data-router.properties
+ name: {{ include "common.fullname" . }}-properties
+ - mountPath: /opt/app/data-router/config/schemaIngest.properties
+ subPath: schemaIngest.properties
+ name: {{ include "common.fullname" . }}-properties
- mountPath: /opt/app/data-router/dynamic/routes/entity-event.route
subPath: entity-event.route
name: {{ include "common.fullname" . }}-dynamic-route
@@ -116,6 +119,11 @@ spec:
- name: {{ include "common.fullname" . }}-properties
configMap:
name: {{ include "common.fullname" . }}-prop
+ items:
+ - key: data-router.properties
+ path: data-router.properties
+ - key: schemaIngest.properties
+ path: schemaIngest.properties
- name: {{ include "common.fullname" . }}-dynamic-route
configMap:
name: {{ include "common.fullname" . }}-dynamic