diff options
author | Ravi Geda <gravik@amdocs.com> | 2018-11-29 11:23:46 +0000 |
---|---|---|
committer | Ravi Geda <gravik@amdocs.com> | 2018-11-29 11:23:46 +0000 |
commit | 2ecd77cb78cc7bfbe4f5f36510efc5380a7863b9 (patch) | |
tree | 2017117ddf1b8d8a0255f9dd45e79c916d3be616 /kubernetes/aai/charts/aai-gizmo/templates/deployment.yaml | |
parent | 742aeba08119ed5ba5af643a518506b48d17a724 (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 'kubernetes/aai/charts/aai-gizmo/templates/deployment.yaml')
-rw-r--r-- | kubernetes/aai/charts/aai-gizmo/templates/deployment.yaml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/kubernetes/aai/charts/aai-gizmo/templates/deployment.yaml b/kubernetes/aai/charts/aai-gizmo/templates/deployment.yaml index 1e68712749..0a30388279 100644 --- a/kubernetes/aai/charts/aai-gizmo/templates/deployment.yaml +++ b/kubernetes/aai/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 |