File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# PostHog Helm chart configuration
22
3- ![ Version: 30.21 .0] ( https://img.shields.io/badge/Version-30.21 .0-informational?style=flat-square ) ![ AppVersion: 1.43.0] ( https://img.shields.io/badge/AppVersion-1.43.0-informational?style=flat-square )
3+ ![ Version: 30.22 .0] ( https://img.shields.io/badge/Version-30.22 .0-informational?style=flat-square ) ![ AppVersion: 1.43.0] ( https://img.shields.io/badge/AppVersion-1.43.0-informational?style=flat-square )
44
55## Configuration
66
@@ -372,6 +372,9 @@ The following table lists the configurable parameters of the PostHog chart and t
372372| pluginsScheduler.readinessProbe.successThreshold | int | ` 1 ` | The readiness probe success threshold |
373373| pluginsScheduler.readinessProbe.timeoutSeconds | int | ` 5 ` | The readiness probe timeout seconds |
374374| pluginsScheduler.sentryDSN | string | ` nil ` | Sentry endpoint to send errors to. Falls back to global sentryDSN |
375+ | toolbox.enabled | bool | ` false ` | Whether to install the PostHog toolbox deployment |
376+ | toolbox.env | list | ` [] ` | Additional env variables to inject into the toolbox deployment. |
377+ | toolbox.resources | object | ` {} ` | Resource limits for the toolbox deployment. |
375378| temporalPyWorker.enabled | bool | ` false ` | Whether to install the PostHog Temporal Python worker stack or not. |
376379| temporalPyWorker.replicacount | int | ` 1 ` | Count of worker pods to run. This setting is ignored if ` worker.hpa.enabled ` is set to ` true ` . |
377380| temporalPyWorker.hpa.enabled | bool | ` false ` | Whether to create a HorizontalPodAutoscaler for the worker stack. |
You can’t perform that action at this time.
0 commit comments