fix volumes mounts
This commit is contained in:
@@ -5,13 +5,13 @@ output: ""
|
|||||||
existingConfiguration: "logstash-pipelines"
|
existingConfiguration: "logstash-pipelines"
|
||||||
enableMultiplePipelines: true
|
enableMultiplePipelines: true
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: logstash-config
|
- name: logstash-config-http
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/logstash/config
|
path: /mnt/nfs/AppData/logstash/config/http.conf
|
||||||
type: Directory
|
type: File
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: logstash-config
|
- name: logstash-config-http
|
||||||
mountPath: /bitnami/logstash/config
|
mountPath: /bitnami/logstash/config/http.conf
|
||||||
containerPorts:
|
containerPorts:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user