From 76633ae10235726781c751528f92d13a7b2dd99e Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Fri, 10 Jan 2025 15:28:42 +0100 Subject: [PATCH] fix(prometheus): Move PVC to local path --- manifests/prometheus/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/prometheus/prometheus.yaml b/manifests/prometheus/prometheus.yaml index 9773158..57e9d4d 100644 --- a/manifests/prometheus/prometheus.yaml +++ b/manifests/prometheus/prometheus.yaml @@ -19,7 +19,7 @@ spec: recurring-job.longhorn.io/source: enabled recurring-job-group.longhorn.io/standard-pvc: enabled spec: - storageClassName: redundant-storage-class + storageClassName: local-path resources: requests: storage: 10Gi