From 3b59222faf26732eb85c38bc9e9fd99e7ec9a67d Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 5 Jan 2025 21:03:49 +0100 Subject: [PATCH] chore(prometheus): Upgrade storage size --- 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 17e881f..9773158 100644 --- a/manifests/prometheus/prometheus.yaml +++ b/manifests/prometheus/prometheus.yaml @@ -22,7 +22,7 @@ spec: storageClassName: redundant-storage-class resources: requests: - storage: 5Gi + storage: 10Gi securityContext: runAsNonRoot: true fsGroup: 2000