reduce prometheus storage retention from 12w -> 8w to save ~30gb [ci skip]
This commit is contained in:
parent
25ad814b22
commit
c05d088598
3 changed files with 14 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ server:
|
|||
# enabled: false
|
||||
existingClaim: prometheus-iscsi-pvc
|
||||
# storageClass: rook-cephfs
|
||||
retention: "12w" # ~100GB storage
|
||||
retention: "8w" # ~70GB storage
|
||||
strategy:
|
||||
type: Recreate
|
||||
baseURL: "https://prometheus.viktorbarzin.me"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue