From 7d3d517f7c16c0529164b4c0eacfb7ee50fecd30 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Sun, 9 Oct 2022 21:27:52 +0000 Subject: [PATCH] retention set to 7d od 10GB --- prom-stack-values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prom-stack-values.yaml b/prom-stack-values.yaml index 84a1336..926aefb 100644 --- a/prom-stack-values.yaml +++ b/prom-stack-values.yaml @@ -19,6 +19,8 @@ alertmanager: prometheus: prometheusSpec: + retention: '7d' + retentionSize: "10GB" ## Prometheus StorageSpec for persistent data ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/storage.md storageSpec: