fix volumes mounts
This commit is contained in:
@@ -9,18 +9,18 @@ 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
|
||||||
subPath: http.conf
|
type: File
|
||||||
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
|
||||||
subPath: syslog.conf
|
type: File
|
||||||
readOnly: true
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: logstash-config-http
|
- name: logstash-config-http
|
||||||
mountPath: /bitnami/logstash/config/http.conf
|
mountPath: /bitnami/logstash/config/http.conf
|
||||||
|
readOnly: true
|
||||||
- name: logstash-config-syslog
|
- name: logstash-config-syslog
|
||||||
mountPath: /bitnami/logstash/config/syslog.conf
|
mountPath: /bitnami/logstash/config/syslog.conf
|
||||||
|
readOnly: true
|
||||||
containerPorts:
|
containerPorts:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user