diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-03 15:51:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-03 15:51:17 +0000 |
commit | 37ff490f83c89ce6c2ffb43a5bf41d3857de8801 (patch) | |
tree | a3b4917c6076cd243cc8f4a0eb9fd041ef1b0950 /kubernetes/aai/charts/aai-gizmo/templates | |
parent | 7d79d1126137be3559815f00fb7a316eadd759e4 (diff) | |
parent | 2ecd77cb78cc7bfbe4f5f36510efc5380a7863b9 (diff) |
Merge "Update Gizmo config for 1810 schema ingest"
Diffstat (limited to 'kubernetes/aai/charts/aai-gizmo/templates')
-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 |