fix volumes mounts

This commit is contained in:
2024-07-30 07:58:51 +10:00
parent 762add7fca
commit cf74619a4c

View File

@@ -9,9 +9,15 @@ extraVolumes:
hostPath:
path: /mnt/nfs/AppData/logstash/config
type: Directory
- name: pipelines
hostPath:
path: /mnt/nfs/AppData/logstash/pipeline
type: Directory
extraVolumeMounts:
- name: configurations
mountPath: /bitnami/logstash/config
- name: pipelines
mountPath: /bitnami/logstash/pipeline
containerPorts:
- name: http
containerPort: 8080