From bc43858ed1fb536cc487badfde545eb2266380a1 Mon Sep 17 00:00:00 2001 From: Anna Khanova <32508607+khanova@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:18:12 +0400 Subject: [PATCH] Fix docs --- charts/neon-proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/neon-proxy/README.md b/charts/neon-proxy/README.md index 6f800cd..483f3e5 100644 --- a/charts/neon-proxy/README.md +++ b/charts/neon-proxy/README.md @@ -89,7 +89,7 @@ Kubernetes: `^1.18.x-x` | settings.rustLog | string | `"INFO"` | Proxy log level | | 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.sqlOverHttpTimeout | string | `"15s"` | timeout for http connection requests | +| settings.sqlOverHttpTimeout | string | `"15s"` | (string) timeout for http connection requests | | settings.uri | string | `""` | | | settings.useCertManager | bool | `true` | | | settings.wakeComputeLock | string | `"permits=0"` | (string) Configures the locking of wake_compute per endpoint |