What the chart deploys
The chart deploys the Filament server, control plane, Kubernetes worker dispatch support, and the configuration needed to connect Filament to PostgreSQL and NATS. PostgreSQL and NATS themselves are vendored as optional dependencies (disabled by default):Runtime configuration
Filament requires a PostgreSQL DSN, a base64-encoded encryption key, and a NATS URL — provided either viaexistingSecret or chart values.
Using an existing Secret:
Full values reference
Server and control-plane parameters — autoscaling, image, ingress, resources, worker dispatch — are covered incharts/filament/README.md
in the repo. See Configuration for how these
line up with the local (non-Kubernetes) environment variables.