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
@@ -31,6 +31,7 @@ The following table lists the configurable parameters of the PostHog chart and t
31
31
| events.hpa.minpods | int |`1`| Min pods for the events stack HorizontalPodAutoscaler. |
32
32
| events.hpa.maxpods | int |`10`| Max pods for the events stack HorizontalPodAutoscaler. |
33
33
| events.hpa.behavior | string |`nil`| Set the HPA behavior. See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ for configuration options |
34
+
| events.env | list |`[]`| Additional env variables to inject into the events stack, uses `web.env` if empty. |
34
35
| events.securityContext | object |`{"enabled":false}`| Container security context for the events stack HorizontalPodAutoscaler. |
35
36
| events.podSecurityContext | object |`{"enabled":false}`| Pod security context for the events stack HorizontalPodAutoscaler. |
36
37
| web.enabled | bool |`true`| Whether to install the PostHog web stack or not. |
0 commit comments