From 0599402bdf45e3df1199961e834ad1e3d6ced1a1 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 26 Jun 2024 22:52:53 +1000 Subject: [PATCH] update grafana volumes --- kubernetes/infrastructure/prometheus/app/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/infrastructure/prometheus/app/deployment.yaml b/kubernetes/infrastructure/prometheus/app/deployment.yaml index 0f6ea95..7d06b54 100644 --- a/kubernetes/infrastructure/prometheus/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus/app/deployment.yaml @@ -48,10 +48,8 @@ spec: volumeMounts: - name: grafana-config-volume mountPath: /usr/share/grafana - subPath: grafana - name: grafana-storage-volume mountPath: /var/lib/grafana - subPath: grafana volumes: - name: prometheus-config-volume hostPath: