[ci skip] expand Prometheus PVC to 200Gi, increase retention to 180GB for 1-year history
Storage analysis: ~10.5 GB/month ingestion rate, 1 year = ~125 GB + overhead. PVC: 30Gi → 200Gi, retention.size: 45GB → 180GB. Historical TSDB data restored from NFS (39.8 GB total including all blocks).
This commit is contained in:
parent
a52a371e35
commit
614d14c47d
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ resource "kubernetes_persistent_volume_claim" "prometheus_server_pvc" {
|
||||||
storage_class_name = "iscsi-truenas"
|
storage_class_name = "iscsi-truenas"
|
||||||
resources {
|
resources {
|
||||||
requests = {
|
requests = {
|
||||||
storage = "30Gi"
|
storage = "200Gi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ server:
|
||||||
# - "web.enable-admin-api"
|
# - "web.enable-admin-api"
|
||||||
- "web.enable-lifecycle"
|
- "web.enable-lifecycle"
|
||||||
- "storage.tsdb.allow-overlapping-blocks"
|
- "storage.tsdb.allow-overlapping-blocks"
|
||||||
- "storage.tsdb.retention.size=45GB"
|
- "storage.tsdb.retention.size=180GB"
|
||||||
- "storage.tsdb.wal-compression"
|
- "storage.tsdb.wal-compression"
|
||||||
persistentVolume:
|
persistentVolume:
|
||||||
# enabled: false
|
# enabled: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue