Skip to content

Commit

Permalink
Merge pull request #90 from langchain-ai/infra/move-queue-names-confi…
Browse files Browse the repository at this point in the history
…gmap

move queues to configmap
  • Loading branch information
langchain-infra authored Apr 17, 2024
2 parents 15d9691 + 9b74af5 commit 59dbb6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
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.4.6
version: 0.4.7
appVersion: "0.2.25"
6 changes: 0 additions & 6 deletions charts/langsmith/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ Template containing common environment variables that are used by several servic
secretKeyRef:
name: {{ include "langsmith.secretsName" . }}
key: openai_api_key
- name: INGESTION_QUEUE
value: default
- name: ADHOC_QUEUE
value: default
- name: RUN_RULES_QUEUE
value: default
{{- end }}

{{- define "backend.serviceAccountName" -}}
Expand Down
3 changes: 3 additions & 0 deletions charts/langsmith/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ data:
AUTH_TYPE: "none"
{{- end }}
LANGCHAIN_ENV: "local_kubernetes"
INGESTION_QUEUE: "default"
ADHOC_QUEUE: "default"
RUN_RULES_QUEUE: "default"

0 comments on commit 59dbb6d

Please sign in to comment.