diff --git a/charts/neon-proxy/README.md b/charts/neon-proxy/README.md index 142c8e2..55fbd61 100644 --- a/charts/neon-proxy/README.md +++ b/charts/neon-proxy/README.md @@ -83,13 +83,13 @@ Kubernetes: `^1.18.x-x` | settings.parquetUploadRemoteStorage | string | `""` | (string) Storage location to upload the parquet files to. | | settings.parquetUploadRowGroupSize | string | `"8192"` | (string) How many rows to include in a row group | | settings.parquetUploadSize | string | `"100000000"` | (string) How large the total parquet file should be in bytes | +| settings.redisNotifications | string | `""` | (url) Configures redis client | | settings.region | string | `""` | (string) Region this proxy service is deployed into | | settings.sentryEnvironment | string | `"development"` | "development" or "production". It will be visible in sentry in order to filter issues | | settings.sentryUrl | string | `""` | url (will be converted into `SENTRY_DSN` environment variable) used by sentry to collect error/panic events in neon-proxy | | settings.uri | string | `""` | | | settings.useCertManager | bool | `true` | | | settings.wakeComputeLock | string | `"permits=0"` | (string) Configures the locking of wake_compute per endpoint | -| settings.redisNotifications | string | `""` | (url) Configures redis client | | settings.wssPort | int | `nil` | numeric port used for wss/https connections. If null, wss server will not be started | | terminationGracePeriodSeconds | int | `30` | Deployment's terminationGracePeriodSeconds | | tolerations | list | `[]` | Tolerations for pod assignment. |