fix volumes mounts
This commit is contained in:
@@ -2,16 +2,16 @@ namespaceOverride: logstash
|
||||
clusterDomain: logstash.logstash.svc.cluster.local
|
||||
input: ""
|
||||
output: ""
|
||||
existingConfiguration: "logstash-pipelines"
|
||||
existingConfiguration: ""
|
||||
enableMultiplePipelines: true
|
||||
extraVolumes:
|
||||
- name: logstash-config-http
|
||||
- name: configurations
|
||||
hostPath:
|
||||
path: /mnt/nfs/AppData/logstash/config/http.conf
|
||||
type: File
|
||||
path: /mnt/nfs/AppData/logstash/config
|
||||
type: Directory
|
||||
extraVolumeMounts:
|
||||
- name: logstash-config-http
|
||||
mountPath: /bitnami/logstash/config/http.conf
|
||||
- name: configurations
|
||||
mountPath: /bitnami/logstash/config
|
||||
containerPorts:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
||||
@@ -2,4 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
- ./pipelines.yaml
|
||||
@@ -1,11 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: logstash-pipelines
|
||||
namespace: logstash
|
||||
data:
|
||||
pipelines.yaml: |
|
||||
- pipeline.id: http
|
||||
path.config: "/opt/bitnami/logstash/config/http.conf"
|
||||
- pipeline.id: syslog
|
||||
path.config: "/opt/bitnami/logstash/config/syslog.conf"
|
||||
Reference in New Issue
Block a user