We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474fd83 commit 9812032Copy full SHA for 9812032
README.md
@@ -10,10 +10,13 @@ We provide a Helm chart that helps you deploy Langfuse on Kubernetes.
10
11
### Installation
12
13
+Configure the required secrets and parameters as defined below in a new `values.yaml` file.
14
+Then install the helm chart using the commands below:
15
+
16
```bash
17
helm repo add langfuse https://langfuse.github.io/langfuse-k8s
18
helm repo update
-helm install langfuse langfuse/langfuse
19
+helm install langfuse langfuse/langfuse -f values.yaml
20
```
21
22
### Upgrading
0 commit comments