diff --git a/dev-upgrade/elastic/filebeat.yaml b/dev-upgrade/elastic/filebeat.yaml index 704557c..1bdb65f 100644 --- a/dev-upgrade/elastic/filebeat.yaml +++ b/dev-upgrade/elastic/filebeat.yaml @@ -79,18 +79,15 @@ spec: subPath: filebeat.yml - name: data mountPath: /usr/share/filebeat/data - - name: app_logs + - name: app-logs mountPath: /data/app_logs readOnly: true - - name: varlog - mountPath: /var/log - readOnly: true volumes: - name: config configMap: defaultMode: 0640 name: filebeat-config - - name: app_logs + - name: app-logs hostPath: path: /data/app_logs - name: data