Skip to content

Commit 0a884b7

Browse files
authored
chore: update docs
1 parent d57fe88 commit 0a884b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/langfuse/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Open source LLM engineering platform - LLM observability, metrics, evaluations,
3636
| clickhouse.auth.password | string | `""` | Password for the ClickHouse user. |
3737
| clickhouse.auth.username | string | `"default"` | Username for the ClickHouse user. |
3838
| clickhouse.clusterEnabled | bool | `true` | Whether to run ClickHouse commands ON CLUSTER. Controls CLICKHOUSE_CLUSTER_ENABLED setting. |
39+
| clickhouse.database | string | `"default"` | ClickHouse database to use. |
3940
| clickhouse.deploy | bool | `true` | Enable ClickHouse deployment (via Bitnami Helm Chart). If you want to use an external Clickhouse server (or a managed one), set this to false |
4041
| clickhouse.host | string | `""` | ClickHouse host to connect to. If clickhouse.deploy is true, this will be set automatically based on the release name. |
4142
| clickhouse.httpPort | int | `8123` | ClickHouse HTTP port to connect to. |
@@ -56,6 +57,7 @@ Open source LLM engineering platform - LLM observability, metrics, evaluations,
5657
| langfuse.allowedOrganizationCreators | list | `[]` | EE: Langfuse allowed organization creators. See [documentation](https://langfuse.com/self-hosting/organization-creators) |
5758
| langfuse.deployment.annotations | object | `{}` | Annotations for all langfuse deployments |
5859
| langfuse.deployment.strategy | object | `{}` | Deployment strategy for all langfuse deployments (can be overridden by individual deployments) |
60+
langfuse.dnsConfig | object | `{}` | DNS configuration for all langfuse deployments |
5961
| langfuse.encryptionKey | object | `{"secretKeyRef":{"key":"","name":""},"value":""}` | Used to encrypt sensitive data. Must be 256 bits (64 string characters in hex format). Generate via `openssl rand -hex 32`. |
6062
| langfuse.extraContainers | list | `[]` | Allows additional containers to be added to all langfuse deployments |
6163
| langfuse.extraInitContainers | list | `[]` | Allows additional init containers to be added to all langfuse deployments |

0 commit comments

Comments
 (0)