Skip to content

Commit

Permalink
fix: add smith backend endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra committed Jul 16, 2024
1 parent 72c72a0 commit 57fdb48
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 57fdb48

Please sign in to comment.