From f8b9efe2d84b1542a5520280df8ba89c416a3ad9 Mon Sep 17 00:00:00 2001 From: Kohei Okazaki Date: Thu, 5 Mar 2026 22:16:29 +0900 Subject: [PATCH] docs: fix incorrect Langfuse K8s link in ClickHouse documentation The link for "Langfuse K8s" was pointing to the Bitnami ClickHouse Helm Chart repository instead of the actual Langfuse K8s repository. This change corrects the link to point to https://github.com/langfuse/langfuse-k8s. --- pages/self-hosting/deployment/infrastructure/clickhouse.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/self-hosting/deployment/infrastructure/clickhouse.mdx b/pages/self-hosting/deployment/infrastructure/clickhouse.mdx index f0c1aac86..94697a15b 100644 --- a/pages/self-hosting/deployment/infrastructure/clickhouse.mdx +++ b/pages/self-hosting/deployment/infrastructure/clickhouse.mdx @@ -99,7 +99,7 @@ CLICKHOUSE_MIGRATION_SSL=true ### ClickHouse on Kubernetes (Helm) The [Bitnami ClickHouse Helm Chart](https://github.com/bitnami/charts/tree/main/bitnami/clickhouse) provides a production ready deployment of ClickHouse using a given Kubernetes cluster. -We use it as a dependency for [Langfuse K8s](https://github.com/bitnami/charts/tree/main/bitnami/clickhouse). +We use it as a dependency for [Langfuse K8s](https://github.com/langfuse/langfuse-k8s). See [Langfuse on Kubernetes (Helm)](/self-hosting/deployment/kubernetes-helm) for more details on how to deploy Langfuse on Kubernetes. #### Example Configuration