Volume capacity is a property of the Deployment record

On 2026-09-08 at 13:51Z the /data share of memex.systemorph.com measured 16 GiB with 3 MiB free — full — while its sibling on memex.meshweaver.cloud ran 128 GiB. The size of that share was written in three places (the Deployment record, the rendered values file, a hand-applied PVC capture) and none of them could change it: on this fleet the portal's claims were applied by hand once and are not managed by helm, so a bigger size on the record re-rendered a bigger number into the values file and left the cluster exactly as it was. Growing the share meant kubectl patch pvc from a laptop — the break-glass write the same day's rule (OperatingFromThePortal) retires.

Capacity is now a record property, applied by the operator. volumes[].size on the Hosting/Deployment record is what the claim holds, and three pieces make that true:

The measured numbers are corrected in the same change: memex's data volume is declared at 128Gi, and memex-cloud's stale 16Gi overlay entry now states the 128Gi its share has held all along. The runbook is in DeploymentAKS → "Volume capacity is a record property".

Reconnecting…
The server was updated. Reloading the page to pick up the latest version.