| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Frontend explicitly identifies itself as a Helm deployment, while other Sourcegraph application containers rely on defaults or omit the deployment type entirely. Set DEPLOY_TYPE=helm consistently across Sourcegraph application containers and cover every rendered workload, including split Worker deployments. Amp-Thread-ID: https://ampcode.com/threads/T-01a03b58-f45a-72a4-996d-962f25f3c9ab
| Back | FazBrowse Home | New Git URL |
Set DEPLOY_TYPE=helm consistently for every Sourcegraph application container rendered by the chart: Blobstore, Frontend, Migrator, Gitserver, both indexed-search containers, Searcher, precise and syntactic code-intel workers, Syntect, and all Worker deployments.
Third-party infrastructure containers such as PostgreSQL, Redis, Prometheus, Grafana, Jaeger, and OpenTelemetry are intentionally excluded because this Sourcegraph-specific variable has no meaning for them.
This env var tells our services to be in Kubernetes mode. Right now, not setting it defaults to kubernetes, so in practice this change will not change behavior. But it seems way safer to set this explicitly instead of relying on the env vars default.