Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move queues to configmap #90

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"