From 47cfc6313638cdc00659809b36b5c104281f5a41 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 30 Jul 2024 02:10:51 +1000 Subject: [PATCH] fix volumes mounts --- infrastructures/logstash/base/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructures/logstash/base/values.yaml b/infrastructures/logstash/base/values.yaml index 85fc83c..1fb1b94 100644 --- a/infrastructures/logstash/base/values.yaml +++ b/infrastructures/logstash/base/values.yaml @@ -17,9 +17,11 @@ extraVolumes: extraVolumeMounts: - name: logstash-config-http mountPath: /bitnami/logstash/config/http.conf + subPath: http.conf readOnly: true - name: logstash-config-syslog mountPath: /bitnami/logstash/config/syslog.conf + subPath: syslog.conf readOnly: true containerPorts: - name: http