fix volumes mounts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user