From 47e8be8ab73c497dcdc2fc432f099b5375775b52 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 30 Jul 2024 02:02:14 +1000 Subject: [PATCH] fix volumes mounts --- infrastructures/logstash/base/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructures/logstash/base/values.yaml b/infrastructures/logstash/base/values.yaml index af139ea..d275e34 100644 --- a/infrastructures/logstash/base/values.yaml +++ b/infrastructures/logstash/base/values.yaml @@ -9,12 +9,12 @@ extraVolumes: - name: logstash-config-http hostPath: path: /mnt/nfs/AppData/logstash/config/http.conf - type: File + subPath: http.conf readOnly: true - name: logstash-config-syslog hostPath: path: /mnt/nfs/AppData/logstash/config/syslog.conf - type: File + subPath: syslog.conf readOnly: true extraVolumeMounts: - name: logstash-config-http