infra/stacks/status-page
Viktor Barzin 498b01396c status-page: disable pusher CronJob to stop sdc write storm
The CronJob ran every 5 min on a vanilla python:3.12-alpine image, doing
`apk add git` + `pip install uptime-kuma-api` from scratch on every
invocation. Caught at ~3.2 MB/s on k8s-node4's root LV, contributing to
~8 MB/s sustained on the pve-data thin pool (sdc) — ~804 GB written
over the prior 18 h.

Commented out the kubernetes_cron_job_v1.status_page_pusher resource
(kept ns / SA / RBAC / ConfigMap intact for trivial revert). Re-enable
once a custom image with git + uptime-kuma-api baked in is published so
no per-run cold install happens.

status.viktorbarzin.me stops updating until then.
2026-05-26 21:40:14 +00:00
..
index.html feat: augment outage report template with debugging context 2026-04-14 20:03:44 +00:00
main.tf status-page: disable pusher CronJob to stop sdc write storm 2026-05-26 21:40:14 +00:00
terragrunt.hcl feat: add incident management system with user reporting 2026-04-14 20:00:31 +00:00