Skip to main content

Build settings

Changing EDITION at runtime does not change the product. Switching edition requires a different artifact and a reviewed auth migration; it is not a safe live feature toggle.

Runtime environment

POSTGRES_PASSWORD in .env.example configures the bundled development database; the server itself consumes DATABASE_URL. Compose builds its internal URL with the hostname postgres; source development uses the host URL in .env.

Main Helm values

The chart uses non-root pods, a read-only root filesystem, dropped capabilities, RuntimeDefault seccomp, and no privilege escalation. Writable paths are dedicated PVC/emptyDir mounts. The main application container has no Kubernetes service account token mount. For the complete defaults, inspect charts/browser-mcp/values.yaml in the version you deploy.