Skip to content

Commit

Permalink
Merge pull request #128 from langchain-ai/infra/add-langsmith-endpoint
Browse files Browse the repository at this point in the history
fix: add smith backend endpoint
  • Loading branch information
langchain-infra authored Jul 16, 2024
2 parents 72c72a0 + 57fdb48 commit 165af0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/langsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
email: [email protected]
description: Helm chart to deploy the langsmith application and all services it depends on.
type: application
version: 0.6.15
version: 0.6.16
appVersion: "0.6.28"
2 changes: 2 additions & 0 deletions charts/langsmith/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ Template containing common environment variables that are used by several servic
optional: true
- name: GO_ENDPOINT
value: http://{{- include "langsmith.fullname" . }}-{{.Values.platformBackend.name}}:{{ .Values.platformBackend.service.port }}
- name: SMITH_BACKEND_ENDPOINT
value: http://{{- include "langsmith.fullname" . }}-{{.Values.backend.name}}:{{ .Values.backend.service.port }}
{{- if .Values.config.ttl.enabled }}
- name: FF_TRACE_TIERS_ENABLED
value: {{ .Values.config.ttl.enabled | quote }}
Expand Down

0 comments on commit 165af0c

Please sign in to comment.