From d7c55b3afc544facccc14b7915a4e864022fa6e8 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Sun, 9 Oct 2022 21:37:29 +0000 Subject: [PATCH] retentionSize --- prom-stack-values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prom-stack-values.yaml b/prom-stack-values.yaml index 926aefb..74849d6 100644 --- a/prom-stack-values.yaml +++ b/prom-stack-values.yaml @@ -19,7 +19,8 @@ alertmanager: prometheus: prometheusSpec: - retention: '7d' + # https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects + # retention: '7d' retentionSize: "10GB" ## Prometheus StorageSpec for persistent data ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/storage.md