Skip to main content
Filament’s runtime configuration is the same handful of settings whether you’re running just dev locally or the Helm chart in Kubernetes — only how you supply them changes.

Local (environment variables)

Set directly, or defaulted to match docker-compose.yaml — see the server and control-plane recipes in the repo’s justfile:

Kubernetes (Helm values)

The same settings are supplied via existingSecret or chart values — see Kubernetes for the exact commands, and the chart’s own values reference for the full surface (autoscaling, ingress, resources, image repositories, worker dispatch tuning).
This page is a placeholder for a fuller configuration reference — a generated table from values.yaml and a complete environment variable list belong here as the deployment surface grows.