infra/stacks/pvc-autoresizer/main.tf
Viktor Barzin ce7b8c2b2e add pvc-autoresizer for automatic PVC expansion before volumes fill up [ci skip]
Deploy topolvm/pvc-autoresizer controller that monitors kubelet_volume_stats
via Prometheus and auto-expands annotated PVCs. Annotated all 9 block-storage
PVCs (proxmox-lvm) with per-PVC thresholds and max limits. Updated PVFillingUp
alert to critical/10m (means auto-expansion failed) and added PVAutoExpanding
info alert at 80%.
2026-04-03 23:30:00 +03:00

4 lines
99 B
HCL

module "pvc_autoresizer" {
source = "./modules/pvc-autoresizer"
tier = local.tiers.cluster
}