FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: set Helm deploy type for application services by eseliger · Pull Request #929 · sourcegraph/deploy-sourcegraph-helm · GitHub

fix: set Helm deploy type for application services - #929

Merged
eseliger merged 1 commit into
mainfrom
fix/consistent-deploy-type
Aug 28, 2026
Merged

fix: set Helm deploy type for application services#929
eseliger merged 1 commit into
mainfrom
fix/consistent-deploy-type

Conversation

eseliger commented Aug 26, 2026
edited
Loading

Copy link
Copy Markdown
Member

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.

eseliger force-pushed the fix/consistent-deploy-type branch from 80125e0 to 3118c24 Compare August 26, 2026 13:41
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
eseliger force-pushed the fix/consistent-deploy-type branch from 3118c24 to 7bae6a5 Compare August 26, 2026 13:43
eseliger changed the title fix: set Helm deploy type for backend services fix: set Helm deploy type for application services Aug 26, 2026
eseliger marked this pull request as ready for review August 26, 2026 13:46
eseliger requested a review from a team August 26, 2026 13:46
eseliger merged commit b1ed276 into main Aug 28, 2026
5 checks passed
eseliger deleted the fix/consistent-deploy-type branch August 28, 2026 23:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL