From e1a7b3e2d219cf792aa21735d7777d030cdc21d0 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 7 Apr 2022 18:24:13 +0200 Subject: [PATCH] fix(monitoring): Further increase Prometheus storage This patch increases the storage for Prometheus even further, since it's still failing to apply the whole WAL before being able to apply the retention. --- infrastructure/monitoring/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/monitoring/release.yaml b/infrastructure/monitoring/release.yaml index 9b06561e6..0033e20f0 100644 --- a/infrastructure/monitoring/release.yaml +++ b/infrastructure/monitoring/release.yaml @@ -224,7 +224,7 @@ data: accessModes: ["ReadWriteOnce"] resources: requests: - storage: 20Gi + storage: 25Gi securityContext: runAsGroup: 2000 runAsNonRoot: true -- GitLab