Merge pull request #722 from 3dwardch3ng/infra/logstash

fix volumes mounts
This commit is contained in:
2024-07-30 07:29:37 +10:00
committed by GitHub

View File

@@ -5,13 +5,13 @@ output: ""
existingConfiguration: "logstash-pipelines"
enableMultiplePipelines: true
extraVolumes:
- name: logstash-config
- name: logstash-config-http
hostPath:
path: /mnt/nfs/AppData/logstash/config
type: Directory
path: /mnt/nfs/AppData/logstash/config/http.conf
type: File
extraVolumeMounts:
- name: logstash-config
mountPath: /bitnami/logstash/config
- name: logstash-config-http
mountPath: /bitnami/logstash/config/http.conf
containerPorts:
- name: http
containerPort: 8080