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: charts/inngest-server/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ The following table lists the configurable parameters of the inngest-server char
32
32
| autoscaling.targetMemoryUtilizationPercentage | int |`80`| Target Memory utilization percentage |
33
33
| config.dev | string |`"0"`| Set to "1" to skip requiring the event/signing keys, and run in dev mode. For production, typically "0". |
34
34
| config.eventKey | string |`""`| Event key that the server uses for ingesting events. In production, you can generate a random key with: `openssl rand -hex 16` This key must be the same in your code that sends events to Inngest. |
35
+
| config.logLevel | string |`"info"`||
35
36
| config.redisUri | string |`""`| If you want the server to use an external Redis, you can specify that here, otherwise leave empty string |
36
37
| config.signingKey | string |`""`| Signing key for authenticating traffic between Inngest and your app. |
37
38
| extraEnv | list |`[]`| Additional environment variables to be added to the pods. |
0 commit comments