Skip to content

Commit

Permalink
chore: readme references
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen911 committed Dec 9, 2024
1 parent d0f2866 commit 0de0855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/self-hosting/kubernetes-helm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout type="info">
If you are interested in contributing to our Kubernetes deployment guide or
Expand All @@ -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

Expand Down

0 comments on commit 0de0855

Please sign in to comment.