Fixed issue found in integration testing
[oom.git] / kubernetes / clamp / templates / deployment.yaml
index fb06d83..4e6d1d1 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2017 Amdocs, Bell Canada
+# Modifications Copyright © 2018 AT&T
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -55,7 +56,7 @@ spec:
             mountPath: /usr/share/filebeat/filebeat.yml
             subPath: filebeat.yml
           - name: {{ include "common.fullname" . }}-data-filebeat
-            mountPath: /usr/share/filebeat/datag
+            mountPath: /usr/share/filebeat/data
           - name: {{ include "common.fullname" . }}-logs
             mountPath: /var/log/onap
         - name: {{ include "common.name" . }}
@@ -96,7 +97,7 @@ spec:
                   name: {{ template "common.fullname" . }}
                   key: spring_application_json
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}