Skip to content

Commit

Permalink
add hostname and clickhouse_cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-langchain committed Nov 13, 2024
1 parent 4963b8a commit 5fb459f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions charts/langsmith/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ Template containing common environment variables that are used by several servic
secretKeyRef:
name: {{ include "langsmith.clickhouseSecretsName" . }}
key: clickhouse_tls
- name: CLICKHOUSE_CLUSTER
value: "langsmith"
- name: LOG_LEVEL
value: {{ .Values.config.logLevel }}
{{- if .Values.config.oauth.enabled }}
Expand Down
4 changes: 2 additions & 2 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ clickhouse:
external:
# If enabled, use the following values to connect to an external database. This will also disable the
# creation of a clickhouse stateful-set and service.
enabled: false
host: ""
enabled: true
host: "langsmith-clickhouse-replicated"
port: "8123"
nativePort: "9000"
user: "default"
Expand Down

0 comments on commit 5fb459f

Please sign in to comment.