Operational Verification

Sanity CDN Quota Fix

This page captures the production fix details for health probes, preview security, and prerendered public content routes.

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.