Skip to content

Commit

Permalink
Merge pull request #45 from langchain-ai/infra/playground-timeout
Browse files Browse the repository at this point in the history
Bump playground timeout and images
  • Loading branch information
langchain-infra authored Jan 18, 2024
2 parents fe7d530 + c87ed3a commit d94bff4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion charts/langsmith/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ data:
AUTH_TYPE: "none"
{{- end }}
LANGCHAIN_ENV: "local_kubernetes"
FF_CLICKHOUSE_ENABLED: "true"
3 changes: 3 additions & 0 deletions charts/langsmith/templates/frontend/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ data:
proxy_http_version 1.1;
proxy_buffering off;
proxy_cache off;
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_pass http://{{ include "langsmith.fullname" . }}-{{ .Values.playground.name }}:{{ .Values.playground.service.port }};
}
Expand Down
8 changes: 4 additions & 4 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ images:
backendImage:
repository: "docker.io/langchain/langchainplus-backend"
pullPolicy: IfNotPresent
tag: "a624057"
tag: "f65c152"
frontendImage:
repository: "docker.io/langchain/langchainplus-frontend-dynamic"
pullPolicy: IfNotPresent
tag: "a624057"
tag: "f65c152"
hubBackendImage:
repository: "docker.io/langchain/langchainhub-backend"
pullPolicy: IfNotPresent
tag: "a624057"
tag: "f65c152"
playgroundImage:
repository: "docker.io/langchain/langchainplus-playground"
pullPolicy: IfNotPresent
tag: "a624057"
tag: "f65c152"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit d94bff4

Please sign in to comment.