Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion k8s/infra-manifest/monitoring/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ prometheus:
values:
- agentpool
retention: 90d
retentionSize: 50GB
# Size cap must stay below the PVC's usable disk (~67GB of the 64Gi request)
# with headroom for WAL/head/compaction. Raised from 50GB (which was pruning
# oldest data before 90d) so camp+evaluation data is retained by time, not size.
retentionSize: 60GB
storageSpec:
volumeClaimTemplate:
spec:
Expand Down
Loading