fix volumes mounts

This commit is contained in:
2024-07-30 07:36:27 +10:00
parent df2e21829d
commit ca5d248dfe
3 changed files with 7 additions and 19 deletions

View File

@@ -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