Fix wrong filebeat config in aai
[oom.git] / kubernetes / aai / templates / sparky-be-deployment.yaml
index c60725e..484a87f 100644 (file)
@@ -62,7 +62,7 @@ spec:
           path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/sparky-be/appconfig/"
       - name: filebeat-conf
         hostPath:
-          path: /dockerdata-nfs/{{ .Values.nsPrefix }}/log/filebeat/log4j/filebeat.yml
+          path: /dockerdata-nfs/{{ .Values.nsPrefix }}/log/filebeat/logback/filebeat.yml
       - name: aai-sparky-be-logs
         emptyDir: {}
       - name: aai-sparky-filebeat
@@ -81,4 +81,4 @@ metadata:
   namespace: {{ .Values.nsPrefix }}-aai
 data:
 {{ (.Files.Glob "resources/sparky-be/conf/logback.xml").AsConfig | indent 2 }}
-#{{ end }}
\ No newline at end of file
+#{{ end }}