From 0de085573c5ed2eb9121100178c5c1ea6f34d326 Mon Sep 17 00:00:00 2001 From: steffen911 Date: Mon, 9 Dec 2024 13:45:59 +0100 Subject: [PATCH] chore: readme references --- pages/self-hosting/kubernetes-helm.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/self-hosting/kubernetes-helm.mdx b/pages/self-hosting/kubernetes-helm.mdx index a0fe2909f..144d0b742 100644 --- a/pages/self-hosting/kubernetes-helm.mdx +++ b/pages/self-hosting/kubernetes-helm.mdx @@ -12,7 +12,7 @@ For the purposes of this guide, we will use a local minikube instance, but each By default, the chart will deploy the Langfuse application containers and data stores ([architecture overview](/self-hosting#architecture)). You can optionally point to an existing PostgreSQL, Clickhouse and Redis instance. -See [Readme](https://github.com/langfuse/langfuse-k8s) for more details. +See [Readme](https://github.com/langfuse/langfuse-k8s/blob/main/README.md) for more details. If you are interested in contributing to our Kubernetes deployment guide or @@ -37,7 +37,7 @@ For local experimentation, the pre-configured variables in the values.yaml file If you send _any_ kind of sensitive data to the application or intend to keep it up for longer, we recommend that you modify the values.yaml file according to your needs -For a comprehensive overview of all available environment variables and configuration options, please refer to the [configuration guide](/self-hosting/configuration). +For a comprehensive overview of all available environment variables and configuration options, please refer to the [configuration guide](/self-hosting/configuration) and the [Readme](https://github.com/langfuse/langfuse-k8s/blob/main/README.md). ## Deploy the helm chart