From 81240f50475187ab547fbd99f74976bb6c2229ff Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 30 Jul 2024 08:03:13 +1000 Subject: [PATCH] fix volumes mounts --- infrastructures/logstash/base/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/logstash/base/values.yaml b/infrastructures/logstash/base/values.yaml index 928b9be..0d36658 100644 --- a/infrastructures/logstash/base/values.yaml +++ b/infrastructures/logstash/base/values.yaml @@ -17,7 +17,7 @@ extraVolumeMounts: - name: configurations mountPath: /bitnami/logstash/config - name: pipelines - mountPath: /bitnami/logstash/pipeline + mountPath: /opt/bitnami/logstash/pipeline containerPorts: - name: http containerPort: 8080