Operational Verification
Sanity CDN Quota Fix
This page captures the production fix details for health probes, preview security, and prerendered public content routes.
Probe Endpoint
GET /api/health
Expected response: `200 OK` with plain text `ok`.
Editor Preview
/preview/[...slug]
SSR route protected by preview secret/cookie and draft Sanity client access.
k3s Probe Config
`deploy/k8s/app.yaml` references `/api/health` 0 times.
startupProbe:
httpGet:
path: /api/health
readinessProbe:
httpGet:
path: /api/health
livenessProbe:
httpGet:
path: /api/health Phase 2 Status
- Public route prerendering is enabled (`prerender = true`) for `src/pages/[slug].astro`.
- Preview route is SSR-only (`prerender = false`) at `src/pages/preview/[...slug].astro`.
- Sanity usage drop validation remains a post-deploy operational check in Sanity Manage.