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
hostPath:
path: /mnt/nfs/AppData/logstash/config/http.conf
type: File
subPath: http.conf
readOnly: true
- name: logstash-config-syslog
hostPath:
path: /mnt/nfs/AppData/logstash/config/syslog.conf
type: File
subPath: syslog.conf
readOnly: true
extraVolumeMounts:
- name: logstash-config-http