diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-04 12:55:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-04 12:55:03 +0000 |
commit | b5ddca06e8df2c49c1c8e9d5df2dacb77110695e (patch) | |
tree | de54597bd725b25ebcc6e1b7af0a5a4b32c897ad /kubernetes/aai/charts/aai-spike/templates/deployment.yaml | |
parent | 37ff490f83c89ce6c2ffb43a5bf41d3857de8801 (diff) | |
parent | c05416c6a8ea350a90a9fb87e7ca7d00a2bd6551 (diff) |
Merge "[aai-spike] Update schema ingest configuration"
Diffstat (limited to 'kubernetes/aai/charts/aai-spike/templates/deployment.yaml')
-rw-r--r-- | kubernetes/aai/charts/aai-spike/templates/deployment.yaml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/kubernetes/aai/charts/aai-spike/templates/deployment.yaml b/kubernetes/aai/charts/aai-spike/templates/deployment.yaml index 38c5ac8a83..a3ff068971 100644 --- a/kubernetes/aai/charts/aai-spike/templates/deployment.yaml +++ b/kubernetes/aai/charts/aai-spike/templates/deployment.yaml @@ -92,8 +92,11 @@ spec: - mountPath: /opt/app/spike/config/spike.properties subPath: spike.properties name: {{ include "common.fullname" . }}-config - - mountPath: /opt/app/spike/config/schemaIngest.properties - subPath: schemaIngest.properties + - mountPath: /opt/app/spike/config/schema-ingest.properties + subPath: schema-ingest.properties + name: {{ include "common.fullname" . }}-config + - mountPath: /opt/app/spike/config/edgeprops-ingest.properties + subPath: edgeprops-ingest.properties name: {{ include "common.fullname" . }}-config - mountPath: /opt/app/spike/config/model/edge_props name: {{ include "common.fullname" . }}-edge-props-config @@ -141,8 +144,10 @@ spec: path: spike.properties - key: spike-beans.xml path: spike-beans.xml - - key: schemaIngest.properties - path: schemaIngest.properties + - key: schema-ingest.properties + path: schema-ingest.properties + - key: edgeprops-ingest.properties + path: edgeprops-ingest.properties - key: logback.xml path: logback.xml - name: {{ include "common.fullname" . }}-edge-props-config |