You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ The following table lists the useful configurable parameters of the Langfuse cha
86
86
|`langfuse.web.readinessProbe.timeoutSeconds`| Timeout seconds for readinessProbe. |`5`|
87
87
|`langfuse.web.readinessProbe.failureThreshold`| Failure threshold for readinessProbe. |`5`|
88
88
|`langfuse.web.readinessProbe.successThreshold`| Success threshold for readinessProbe. |`1`|
89
+
|`langfuse.web.resources`| Set container requests and limits for CPU and memory. |`{}`|
89
90
|`langfuse.web.hpa.enabled`| Enable Horizontal Pod Autoscaler (HPA) for the web component. |`false`|
90
91
|`langfuse.web.hpa.minReplicas`| Minimum number of replicas for HPA for the web component. |`1`|
91
92
|`langfuse.web.hpa.maxReplicas`| Maximum number of replicas for HPA for the web component. |`2`|
@@ -102,6 +103,7 @@ The following table lists the useful configurable parameters of the Langfuse cha
102
103
|`langfuse.worker.livenessProbe.timeoutSeconds`| Timeout seconds for livenessProbe. |`5`|
103
104
|`langfuse.worker.livenessProbe.failureThreshold`| Failure threshold for livenessProbe. |`5`|
104
105
|`langfuse.worker.livenessProbe.successThreshold`| Success threshold for livenessProbe. |`1`|
106
+
|`langfuse.worker.resources`| Set container requests and limits for CPU and memory. |`{}`|
105
107
|`langfuse.worker.hpa.enabled`| Enable Horizontal Pod Autoscaler (HPA) for the worker component. |`false`|
106
108
|`langfuse.worker.hpa.minReplicas`| Minimum number of replicas for HPA for the worker component. |`1`|
107
109
|`langfuse.worker.hpa.maxReplicas`| Maximum number of replicas for HPA for the worker component. |`2`|
@@ -118,6 +120,7 @@ The following table lists the useful configurable parameters of the Langfuse cha
118
120
|`service.additionalLabels`| Add additional annotations to the service deployed with the application |`[]`|
119
121
|`ingress.enabled`| Enable ingress for the application |`false`|
120
122
|`ingress.annotations`| Annotation to add to the deployed ingress |`[]`|
123
+
|`resources`| Set shared container requests and limits for web and worker components (not recommended). |`{}`|
121
124
|`ingress.hosts`| Hosts to define for the deployed ingress. Effective only if `ingress.enabled` is set to true |`[]`|
122
125
|`postgresql.deploy`| Enable postgres deployment (via Bitnami Helm Chart). If you want to use a postgres server already deployed (or a managed one), set this to false |`true`|
123
126
|`postgresql.auth.username`| Username to use to connect to the postgres database deployed with Langfuse. In case `postgresql.deploy` is set to `true`, the user will be created automatically. |`postgres`|
0 commit comments