Merge pull request #725 from 3dwardch3ng/infra/logstash
fix volumes mounts
This commit is contained in:
@@ -9,9 +9,15 @@ extraVolumes:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/logstash/config
|
path: /mnt/nfs/AppData/logstash/config
|
||||||
type: Directory
|
type: Directory
|
||||||
|
- name: pipelines
|
||||||
|
hostPath:
|
||||||
|
path: /mnt/nfs/AppData/logstash/pipeline
|
||||||
|
type: Directory
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: configurations
|
- name: configurations
|
||||||
mountPath: /bitnami/logstash/config
|
mountPath: /bitnami/logstash/config
|
||||||
|
- name: pipelines
|
||||||
|
mountPath: /bitnami/logstash/pipeline
|
||||||
containerPorts:
|
containerPorts:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user