From 0799662bd783119ec1833f1cfb50ab905c054b82 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 26 Jun 2024 23:07:03 +1000 Subject: [PATCH] update grafana volumes --- kubernetes/infrastructure/prometheus/app/deployment.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kubernetes/infrastructure/prometheus/app/deployment.yaml b/kubernetes/infrastructure/prometheus/app/deployment.yaml index e9e594f..e971d03 100644 --- a/kubernetes/infrastructure/prometheus/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus/app/deployment.yaml @@ -46,8 +46,6 @@ spec: ports: - containerPort: 3000 volumeMounts: - - name: grafana-config-volume - mountPath: /usr/share/grafana - name: prometheus-storage-volume mountPath: /var/lib/grafana subPath: grafana @@ -59,8 +57,4 @@ spec: - name: prometheus-storage-volume hostPath: path: /mnt/nfs/AppData/prometheus/storage - type: Directory - - name: grafana-config-volume - hostPath: - path: /mnt/nfs/AppData/grafana/conf type: Directory \ No newline at end of file