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
|
|
@ -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