See values.yaml for the chart values. They are subject to change!
Example installation:
helm install langfuse-demo https://github.com/ilyannn/charts/releases/download/langfuse-v0.2.0/langfuse-0.2.0.tgz -f langfuse-values.yaml
By default, 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
).
Disable the bundled database and pass an exising connection URL instead.
databaseURL: "postgresql://some-existing-url"
postgresql:
enabled: false
The chart comes with an ingress that can be set up with
ingress:
enabled: true
hosts: ...
The usual helm uninstall RELEASE_NAME
should work, but note that the following objects are not deleted automatically:
postgres
subchart (if the subchart was enabled)-postgres-secret
secret (unless postgresql.secret.alwaysKeepWhenUninstalled
is unset)This means that you can reinstall the chart and continue accessing the same data.
See megaver.se demo