Deploying

Deploying

Choose between Helm, raw manifests, watch mode, and CronJob mode.

The Helm chart is the recommended deployment path. It installs controller mode by default for real-time CRD watching and can run extract-only when Cloudflare credentials are omitted.

Deployment Choices

PathUse When
Helm chartYou want the supported, signed, configurable Kubernetes deployment.
Raw manifestsYou prefer plain YAML and can manage changes yourself.
Watch modeYou want schemas updated soon after CRD changes.
CronJob modeYou want scheduled extraction and can tolerate stale schemas between runs.

Publishing Choices

Cloudflare Pages is built in. Extract-only mode writes the generated site under OUTPUT_DIR/current for a built-in server, sidecar, object storage sync, or git push workflow.

See Publishing Backends for backend patterns.