From 312b9a12557a04f69048d4fba15bd9ee4ae28737 Mon Sep 17 00:00:00 2001 From: Angus Jelinek Date: Wed, 13 Nov 2024 15:23:21 -0800 Subject: [PATCH] add hostname and clickhouse_cluster name --- charts/langsmith/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/langsmith/values.yaml b/charts/langsmith/values.yaml index 39116c17..85936aed 100644 --- a/charts/langsmith/values.yaml +++ b/charts/langsmith/values.yaml @@ -387,7 +387,7 @@ clickhouse: # 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: true - host: "langsmith-clickhouse-replicated" + host: "langsmith-clickhouse-replicated.default.svc.cluster.local" port: "8123" nativePort: "9000" user: "default"