reduce prometheus storage retention from 12w -> 8w to save ~30gb [ci skip]

This commit is contained in:
Viktor Barzin 2024-08-07 20:18:13 +00:00
parent 25ad814b22
commit c05d088598
3 changed files with 14 additions and 18 deletions

View file

@ -214,6 +214,7 @@ resource "helm_release" "grafana" {
namespace = "monitoring"
create_namespace = true
name = "grafana"
atomic = true
repository = "https://grafana.github.io/helm-charts"
chart = "grafana"