Merge pull request #720 from 3dwardch3ng/infra/logstash
fix volumes mounts
This commit is contained in:
@@ -1,28 +1,17 @@
|
|||||||
namespaceOverride: logstash
|
namespaceOverride: logstash
|
||||||
clusterDomain: logstash.logstash.svc.cluster.local
|
clusterDomain: logstash.logstash.svc.cluster.local
|
||||||
input: null
|
input: ""
|
||||||
filter: null
|
output: ""
|
||||||
output: null
|
|
||||||
existingConfiguration: "logstash-pipelines"
|
existingConfiguration: "logstash-pipelines"
|
||||||
enableMultiplePipelines: true
|
enableMultiplePipelines: true
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: logstash-config-http
|
- name: logstash-config
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/logstash/config/http.conf
|
path: /mnt/nfs/AppData/logstash/config
|
||||||
type: File
|
type: logstash-config
|
||||||
- name: logstash-config-syslog
|
|
||||||
hostPath:
|
|
||||||
path: /mnt/nfs/AppData/logstash/config/syslog.conf
|
|
||||||
type: File
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: logstash-config-http
|
- name: logstash-config
|
||||||
mountPath: /bitnami/logstash/config/http.conf
|
mountPath: /bitnami/logstash/config
|
||||||
subPath: http.conf
|
|
||||||
readOnly: true
|
|
||||||
- name: logstash-config-syslog
|
|
||||||
mountPath: /bitnami/logstash/config/syslog.conf
|
|
||||||
subPath: syslog.conf
|
|
||||||
readOnly: true
|
|
||||||
containerPorts:
|
containerPorts:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user