infra/modules
Viktor Barzin f8a36f0621 fix pull-through cache: remove maxsize, harden nginx caching [ci skip]
Root cause: storage.filesystem.maxsize (5GiB) caused Docker Registry to
delete blob data while keeping metadata. Registry then served 200 OK with
correct Content-Length but 0 bytes body. nginx cached these broken responses.

Fixes:
- Remove maxsize from dockerhub/ghcr proxy configs (rely on weekly GC)
- nginx: don't cache 206 responses, require 2 requests before caching
- Wiped corrupted cache on registry VM and fixed corrupted pause container
  blobs on node3/node4
2026-03-16 07:41:11 +00:00
..
create-template-vm mitigate cluster instability during terraform applies 2026-03-15 17:23:39 +00:00
create-vm [ci skip] add qemu-guest-agent to VM templates and enable agent by default 2026-03-01 01:58:46 +00:00
docker-registry fix pull-through cache: remove maxsize, harden nginx caching [ci skip] 2026-03-16 07:41:11 +00:00
kubernetes [ci skip] fix: add mount_options to nfs_volume PV spec 2026-03-02 20:22:47 +00:00