Skip to content

Commit 9f13a76

Browse files
author
Max Hedgehog
committed
Regenerate chart ALL_VALUES.md
1 parent d600231 commit 9f13a76

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

charts/posthog/ALL_VALUES.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PostHog Helm chart configuration
22

3-
![Version: 30.2.7](https://img.shields.io/badge/Version-30.2.7-informational?style=flat-square) ![AppVersion: 1.42.0](https://img.shields.io/badge/AppVersion-1.42.0-informational?style=flat-square)
3+
![Version: 30.2.8](https://img.shields.io/badge/Version-30.2.8-informational?style=flat-square) ![AppVersion: 1.42.0](https://img.shields.io/badge/AppVersion-1.42.0-informational?style=flat-square)
44

55
## Configuration
66

@@ -31,6 +31,8 @@ The following table lists the configurable parameters of the PostHog chart and t
3131
| events.hpa.minpods | int | `1` | Min pods for the events stack HorizontalPodAutoscaler. |
3232
| events.hpa.maxpods | int | `10` | Max pods for the events stack HorizontalPodAutoscaler. |
3333
| 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.rollout.maxSurge | string | `"25%"` | |
35+
| events.rollout.maxUnavailable | string | `"25%"` | |
3436
| events.env | list | `[]` | Additional env variables to inject into the events stack, uses `web.env` if empty. |
3537
| events.securityContext | object | `{"enabled":false}` | Container security context for the events stack HorizontalPodAutoscaler. |
3638
| events.podSecurityContext | object | `{"enabled":false}` | Pod security context for the events stack HorizontalPodAutoscaler. |
@@ -42,6 +44,8 @@ The following table lists the configurable parameters of the PostHog chart and t
4244
| web.hpa.minpods | int | `1` | Min pods for the web stack HorizontalPodAutoscaler. |
4345
| web.hpa.maxpods | int | `10` | Max pods for the web stack HorizontalPodAutoscaler. |
4446
| web.hpa.behavior | string | `nil` | Set the HPA behavior. See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ for configuration options |
47+
| web.rollout.maxSurge | string | `"25%"` | |
48+
| web.rollout.maxUnavailable | string | `"25%"` | |
4549
| web.resources | object | `{}` | Resource limits for web service. |
4650
| web.env | list | `[{"name":"SOCIAL_AUTH_GOOGLE_OAUTH2_KEY","value":null},{"name":"SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET","value":null},{"name":"SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS","value":"posthog.com"}]` | Additional env variables to inject into the web stack deployment. |
4751
| web.env[0] | object | `{"name":"SOCIAL_AUTH_GOOGLE_OAUTH2_KEY","value":null}` | Set google oauth 2 key. Requires posthog ee license. |
@@ -76,6 +80,8 @@ The following table lists the configurable parameters of the PostHog chart and t
7680
| worker.hpa.minpods | int | `1` | Min pods for the worker stack HorizontalPodAutoscaler. |
7781
| worker.hpa.maxpods | int | `10` | Max pods for the worker stack HorizontalPodAutoscaler. |
7882
| worker.hpa.behavior | string | `nil` | Set the HPA behavior. See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ for configuration options |
83+
| worker.rollout.maxSurge | string | `"25%"` | |
84+
| worker.rollout.maxUnavailable | string | `"25%"` | |
7985
| worker.env | list | `[]` | Additional env variables to inject into the worker stack deployment. |
8086
| worker.resources | object | `{}` | Resource limits for the worker stack deployment. |
8187
| worker.nodeSelector | object | `{}` | Node labels for the worker stack deployment. |
@@ -90,6 +96,8 @@ The following table lists the configurable parameters of the PostHog chart and t
9096
| plugins.hpa.minpods | int | `1` | Min pods for the plugin-server stack HorizontalPodAutoscaler. |
9197
| plugins.hpa.maxpods | int | `10` | Max pods for the plugin-server stack HorizontalPodAutoscaler. |
9298
| plugins.hpa.behavior | string | `nil` | Set the HPA behavior. See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ for configuration options |
99+
| plugins.rollout.maxSurge | string | `"25%"` | |
100+
| plugins.rollout.maxUnavailable | string | `"25%"` | |
93101
| plugins.env | list | `[]` | Additional env variables to inject into the plugin-server stack deployment. |
94102
| plugins.resources | object | `{}` | Resource limits for the plugin-server stack deployment. |
95103
| plugins.nodeSelector | object | `{}` | Node labels for the plugin-server stack deployment. |
@@ -115,6 +123,8 @@ The following table lists the configurable parameters of the PostHog chart and t
115123
| pluginsAsync.hpa.minpods | int | `1` | Min pods for the plugin-server stack HorizontalPodAutoscaler. |
116124
| pluginsAsync.hpa.maxpods | int | `10` | Max pods for the plugin-server stack HorizontalPodAutoscaler. |
117125
| pluginsAsync.hpa.behavior | string | `nil` | Set the HPA behavior. See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ for configuration options |
126+
| pluginsAsync.rollout.maxSurge | string | `"25%"` | |
127+
| pluginsAsync.rollout.maxUnavailable | string | `"25%"` | |
118128
| pluginsAsync.env | list | `[]` | Additional env variables to inject into the plugin-server stack deployment. |
119129
| pluginsAsync.resources | object | `{}` | Resource limits for the plugin-server stack deployment. |
120130
| pluginsAsync.nodeSelector | object | `{}` | Node labels for the plugin-server stack deployment. |
@@ -133,7 +143,7 @@ The following table lists the configurable parameters of the PostHog chart and t
133143
| pluginsAsync.readinessProbe.successThreshold | int | `1` | The readiness probe success threshold |
134144
| pluginsAsync.readinessProbe.timeoutSeconds | int | `5` | The readiness probe timeout seconds |
135145
| pluginsAsync.sentryDSN | string | `nil` | Sentry endpoint to send errors to. Falls back to global sentryDSN |
136-
| pluginsIngestion | object | `{"affinity":{},"enabled":false,"env":[],"hpa":{"behavior":null,"cputhreshold":60,"enabled":false,"maxpods":10,"minpods":1},"livenessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":2},"nodeSelector":{},"podSecurityContext":{"enabled":false},"readinessProbe":{"failureThreshold":3,"initialDelaySeconds":50,"periodSeconds":30,"successThreshold":1,"timeoutSeconds":5},"replicacount":1,"resources":{},"securityContext":{"enabled":false},"sentryDSN":null,"tolerations":[]}` | A deconstructed plugin-server that handles the various workloads of the pipeline separately. For most workloads this will not be needed, rather you can disable the below plugins* and instead just use `plugins.enabled=true`. Note that the behaviour of pluginsAsync is unchanged to maintain backwards compatibility. |
146+
| pluginsIngestion | object | `{"affinity":{},"enabled":false,"env":[],"hpa":{"behavior":null,"cputhreshold":60,"enabled":false,"maxpods":10,"minpods":1},"livenessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":2},"nodeSelector":{},"podSecurityContext":{"enabled":false},"readinessProbe":{"failureThreshold":3,"initialDelaySeconds":50,"periodSeconds":30,"successThreshold":1,"timeoutSeconds":5},"replicacount":1,"resources":{},"rollout":{"maxSurge":"25%","maxUnavailable":"25%"},"securityContext":{"enabled":false},"sentryDSN":null,"tolerations":[]}` | A deconstructed plugin-server that handles the various workloads of the pipeline separately. For most workloads this will not be needed, rather you can disable the below plugins* and instead just use `plugins.enabled=true`. Note that the behaviour of pluginsAsync is unchanged to maintain backwards compatibility. |
137147
| pluginsIngestion.enabled | bool | `false` | Whether to install the PostHog plugin-server ingestion capability as an individual workload. |
138148
| pluginsIngestion.replicacount | int | `1` | Count of plugin-server pods to run. This setting is ignored if `pluginsIngestion.hpa.enabled` is set to `true`. |
139149
| pluginsIngestion.hpa.enabled | bool | `false` | Whether to create a HorizontalPodAutoscaler for the plugin stack. |
@@ -166,6 +176,8 @@ The following table lists the configurable parameters of the PostHog chart and t
166176
| pluginsExports.hpa.minpods | int | `1` | Min pods for the plugin-server stack HorizontalPodAutoscaler. |
167177
| pluginsExports.hpa.maxpods | int | `10` | Max pods for the plugin-server stack HorizontalPodAutoscaler. |
168178
| pluginsExports.hpa.behavior | string | `nil` | Set the HPA behavior. See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ for configuration options |
179+
| pluginsExports.rollout.maxSurge | string | `"25%"` | |
180+
| pluginsExports.rollout.maxUnavailable | string | `"25%"` | |
169181
| pluginsExports.env | list | `[]` | Additional env variables to inject into the plugin-server stack deployment. |
170182
| pluginsExports.resources | object | `{}` | Resource limits for the plugin-server stack deployment. |
171183
| pluginsExports.nodeSelector | object | `{}` | Node labels for the plugin-server stack deployment. |
@@ -191,6 +203,8 @@ The following table lists the configurable parameters of the PostHog chart and t
191203
| pluginsJobs.hpa.minpods | int | `1` | Min pods for the plugin-server stack HorizontalPodAutoscaler. |
192204
| pluginsJobs.hpa.maxpods | int | `10` | Max pods for the plugin-server stack HorizontalPodAutoscaler. |
193205
| pluginsJobs.hpa.behavior | string | `nil` | Set the HPA behavior. See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ for configuration options |
206+
| pluginsJobs.rollout.maxSurge | string | `"25%"` | |
207+
| pluginsJobs.rollout.maxUnavailable | string | `"25%"` | |
194208
| pluginsJobs.env | list | `[]` | Additional env variables to inject into the plugin-server stack deployment. |
195209
| pluginsJobs.resources | object | `{}` | Resource limits for the plugin-server stack deployment. |
196210
| pluginsJobs.nodeSelector | object | `{}` | Node labels for the plugin-server stack deployment. |
@@ -216,6 +230,8 @@ The following table lists the configurable parameters of the PostHog chart and t
216230
| pluginsScheduler.hpa.minpods | int | `1` | Min pods for the plugin-server stack HorizontalPodAutoscaler. |
217231
| pluginsScheduler.hpa.maxpods | int | `10` | Max pods for the plugin-server stack HorizontalPodAutoscaler. |
218232
| pluginsScheduler.hpa.behavior | string | `nil` | Set the HPA behavior. See https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ for configuration options |
233+
| pluginsScheduler.rollout.maxSurge | string | `"25%"` | |
234+
| pluginsScheduler.rollout.maxUnavailable | string | `"25%"` | |
219235
| pluginsScheduler.env | list | `[]` | Additional env variables to inject into the plugin-server stack deployment. |
220236
| pluginsScheduler.resources | object | `{}` | Resource limits for the plugin-server stack deployment. |
221237
| pluginsScheduler.nodeSelector | object | `{}` | Node labels for the plugin-server stack deployment. |

0 commit comments

Comments
 (0)