@@ -10,17 +10,17 @@ extraVolumes:
|
||||
hostPath:
|
||||
path: /mnt/nfs/AppData/logstash/config/http.conf
|
||||
type: File
|
||||
readOnly: true
|
||||
- name: logstash-config-syslog
|
||||
hostPath:
|
||||
path: /mnt/nfs/AppData/logstash/config/syslog.conf
|
||||
type: File
|
||||
readOnly: true
|
||||
extraVolumeMounts:
|
||||
- name: logstash-config-http
|
||||
mountPath: /bitnami/logstash/config/http.conf
|
||||
readOnly: true
|
||||
- name: logstash-config-syslog
|
||||
mountPath: /bitnami/logstash/config/syslog.conf
|
||||
readOnly: true
|
||||
containerPorts:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user