fix volumes mounts

This commit is contained in:
2024-07-30 02:02:14 +10:00
parent 0748934663
commit 47e8be8ab7

View File

@@ -9,12 +9,12 @@ extraVolumes:
- name: logstash-config-http - name: logstash-config-http
hostPath: hostPath:
path: /mnt/nfs/AppData/logstash/config/http.conf path: /mnt/nfs/AppData/logstash/config/http.conf
type: File subPath: http.conf
readOnly: true readOnly: true
- name: logstash-config-syslog - name: logstash-config-syslog
hostPath: hostPath:
path: /mnt/nfs/AppData/logstash/config/syslog.conf path: /mnt/nfs/AppData/logstash/config/syslog.conf
type: File subPath: syslog.conf
readOnly: true readOnly: true
extraVolumeMounts: extraVolumeMounts:
- name: logstash-config-http - name: logstash-config-http