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
| sentryDSN | string |`nil`| Sentry endpoint to send errors to. |
22
23
| posthogSecretKey.existingSecret | string |`nil`| Specify that the key should be pulled from an existing secret key. By default the chart will generate a secret and create a Kubernetes Secret containing it. |
23
24
| posthogSecretKey.existingSecretKey | string |`"posthog-secret"`| Specify the key within the secret from which SECRET_KEY should be taken. |
@@ -48,7 +49,7 @@ The following table lists the configurable parameters of the PostHog chart and t
48
49
| web.env[0]| object |`{"name":"SOCIAL_AUTH_GOOGLE_OAUTH2_KEY","value":null}`| Set google oauth 2 key. Requires posthog ee license. |
49
50
| web.env[1]| object |`{"name":"SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET","value":null}`| Set google oauth 2 secret. Requires posthog ee license. |
50
51
| web.env[2]| object |`{"name":"SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS","value":"posthog.com"}`| Set google oauth 2 whitelisted domains users can log in from. |
51
-
| web.internalMetrics.capture | bool |`true`| Whether to capture information on operation of posthog into posthog, exposed in /instance/status page |
52
+
| web.internalMetrics.capture | bool |`false`| Deprecated: Whether to capture information on operation of posthog into posthog, exposed in /instance/status page |
52
53
| web.nodeSelector | object |`{}`| Node labels for web stack deployment. |
53
54
| web.tolerations | list |`[]`| Toleration labels for web stack deployment. |
54
55
| web.affinity | object |`{}`| Affinity settings for web stack deployment. |
@@ -299,6 +300,7 @@ The following table lists the configurable parameters of the PostHog chart and t
| clickhouse.image.tag | string |`"22.3.13.80"`| ClickHouse image tag. Note: PostHog does not support all versions of ClickHouse. Please override the default only if you know what you are doing. |
| clickhouse.client.image.tag | string |`"22.3.13.80"`| ClickHouse image tag. Note: PostHog does not support all versions of ClickHouse. Please override the default only if you know what you are doing. |
| clickhouse.backup.existingSecret | string |`""`| Use an existing secret name in the deployed namespace for the backup password |
@@ -465,6 +472,7 @@ The following table lists the configurable parameters of the PostHog chart and t
465
472
| loki.enabled | bool |`false`| Whether to install Loki or not. With the default configuration you will get no replication, so as to easily support small deploys that e.g. do not have multiple nodes in the cluster. For production setups that are distributed across e.g. multiple AWS AZs it's recommended that you increase the replica counts for `read:` and `write:`. These stateful sets by default have an anti-affinity so you'll need at least as many nodes as replicas in a set. |
466
473
| loki.loki.auth_enabled | bool |`false`||
467
474
| loki.loki.commonConfig.replication_factor | int |`1`||
475
+
| loki.loki.podAnnotations | object |`{}`||
468
476
| loki.read.replicas | int |`1`||
469
477
| loki.write.replicas | int |`1`||
470
478
| loki.gateway.enabled | bool |`false`||
@@ -478,11 +486,14 @@ The following table lists the configurable parameters of the PostHog chart and t
0 commit comments