Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/langsmith/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ For more information, refer to the following setup guides for external services:
2. If you are new to Kubernetes or Helm, we’d recommend starting with one of the example configurations in the examples directory of the Helm Chart repository here: [LangSmith helm chart examples](https://github.com/langchain-ai/helm/tree/main/charts/langsmith/examples).
3. You can see a full list of configuration options in the `values.yaml` file in the Helm Chart repository here: [LangSmith Helm Chart](https://github.com/langchain-ai/helm/tree/main/charts/langsmith/values.yaml)

<Warning>
Only override the settings you need in `langsmith_config.yaml`; don’t copy the entire `values.yaml`.
Keeping your config minimal ensures you continue to inherit new defaults and upgrades from the Helm chart.
</Warning>


2. At a minimum, you will need to set the following configuration options (using basic auth):

```yaml
Expand Down