Add environment variables configuration page for self-hosted Helm chart#4188
Draft
langsmith-fleet[bot] wants to merge 1 commit into
Draft
Add environment variables configuration page for self-hosted Helm chart#4188langsmith-fleet[bot] wants to merge 1 commit into
langsmith-fleet[bot] wants to merge 1 commit into
Conversation
Document the difference between commonEnv and extraEnv, which services receive commonEnv (all except playground and aceBackend), and the hard failure that occurs when duplicate variable names are detected.
Contributor
|
Mintlify preview branch generated: Site preview: https://langchain-5e9cc07a-preview-docsdo-1779981383-3e8c739.mintlify.app Preview links may take a few minutes to start working while the deployment finishes. Changed documentation pages (preview deep links): |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes DOC-1174
Summary
self-host-environment-variables.mdxto the Platform setup → Self-hosted → Configuration sectioncommonEnvvsextraEnvin the LangSmith Helm chart, including:commonEnvis and which services receive it (backend, platformBackend, queue, ingestQueue, frontend, hostBackend)commonEnv(playground, aceBackend) and how to configure them via their ownextraEnvdetectDuplicateshelper causes a hard Helm render failure when the same variable name appears more than once per servicecommonEnvwhile configuring sandbox services separatelyLinks
Verification
Not run; docs-only content page. Verified technical details against the Helm chart values.yaml (lines 15–21) and _helpers.tpl (lines 870–889).
Reviewers
Requested review from: Kathryn May (@katmayb), Florence Morris (@fjmorris)