Skip to content

Commit

Permalink
feat: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Jan 5, 2024
1 parent 23f7051 commit 027230e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Experimental Langfuse chart](langfuse/)
28 changes: 28 additions & 0 deletions langfuse/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Experimental Langfuse chart

See [values.yaml](values.yaml) for the chart values. They are subject to change!

## Installation

Example installation:

```shell
helm install langfuse-demo https://github.com/ilyannn/charts/langfuse -f values.yaml
```

### Default Installation

With the default values, Langfuse will be installed with the bundled Postgres.
The password will be generated and saved in a secret (in this case, `langfuse-demo-postgres-secret`)


### Connecting existing Postgres instance

You can pass the exising connection URL.

```yaml
databaseURL: "postgresql://some-existing-url"

postgresql:
enabled: false
```

0 comments on commit 027230e

Please sign in to comment.