summaryrefslogtreecommitdiffstats
path: root/charts/aai-gizmo/templates
diff options
context:
space:
mode:
authorRavi Geda <gravik@amdocs.com>2018-11-29 11:23:46 +0000
committerRavi Geda <gravik@amdocs.com>2018-11-29 11:23:46 +0000
commitadb991a4edd06c9608762424da3b5fa187188044 (patch)
treef0ac152e6a28d8e77e0c9f1aee02593886bc230d /charts/aai-gizmo/templates
parentabbdb91eb0a48d10dae6cf457e1abe23a9b173d9 (diff)
Update Gizmo config for 1810 schema ingest
Change-Id: I88a2a7a266a628646cd2a0c3f88fbc7635070167 Issue-ID: AAI-1954 Signed-off-by: Ravi Geda <gravik@amdocs.com>
Diffstat (limited to 'charts/aai-gizmo/templates')
-rw-r--r--charts/aai-gizmo/templates/deployment.yaml13
1 files changed, 9 insertions, 4 deletions
diff --git a/charts/aai-gizmo/templates/deployment.yaml b/charts/aai-gizmo/templates/deployment.yaml
index 1e68712..0a30388 100644
--- a/charts/aai-gizmo/templates/deployment.yaml
+++ b/charts/aai-gizmo/templates/deployment.yaml
@@ -86,8 +86,11 @@ spec:
- mountPath: /opt/app/crud-service/config/crud-api.properties
subPath: crud-api.properties
name: {{ include "common.fullname" . }}-config
- - mountPath: /opt/app/crud-service/config/schemaIngest.properties
- subPath: schemaIngest.properties
+ - mountPath: /opt/app/crud-service/config/schema-ingest.properties
+ subPath: schema-ingest.properties
+ name: {{ include "common.fullname" . }}-config
+ - mountPath: /opt/app/crud-service/config/edgeprops-ingest.properties
+ subPath: edgeprops-ingest.properties
name: {{ include "common.fullname" . }}-config
- mountPath: /opt/app/crud-service/config/model/
name: {{ include "common.fullname" . }}-model-config
@@ -217,8 +220,10 @@ spec:
items:
- key: crud-api.properties
path: crud-api.properties
- - key: schemaIngest.properties
- path: schemaIngest.properties
+ - key: schema-ingest.properties
+ path: schema-ingest.properties
+ - key: edgeprops-ingest.properties
+ path: edgeprops-ingest.properties
- key: crud-beans.xml
path: crud-beans.xml
- name: {{ include "common.fullname" . }}-logback-config