From 92751b0a6db5f6f025cc5fe5fb07f723c9506bef Mon Sep 17 00:00:00 2001 From: Anna Khanova <32508607+khanova@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:12:39 +0200 Subject: [PATCH] Readme --- charts/neon-proxy/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/neon-proxy/README.md b/charts/neon-proxy/README.md index 677c069..4ef64b8 100644 --- a/charts/neon-proxy/README.md +++ b/charts/neon-proxy/README.md @@ -66,10 +66,12 @@ Kubernetes: `^1.18.x-x` | settings.authBackend | string | `"link"` | auth method used (console|link|postgres) | | settings.authEndpoint | string | `""` | auth endpoint, e.g. "http://console.neon/authenticate_proxy_request/" | | settings.awsAccessKeyId | string | `""` | (string) AWS Access Key ID | +| settings.awsRegion | string | `""` | (string) Aws region to retrieve credentials | | settings.awsSecretAccessKey | string | `""` | (string) AWS Secret Access Key | | settings.controlplane_token | string | `""` | (string) JWT token to pass to control plane management API | | settings.disableDynamicRateLimiter | bool | `true` | (bool) Disable dynamic rate limiter | | settings.domain | string | `""` | domain used in TLS cert for client postgres connections | +| settings.endpointCacheConfig | string | `""` | (string) Config for cache for all valid endpoints | | settings.endpointRpsLimits[0] | string | `"300@1s"` | | | settings.endpointRpsLimits[1] | string | `"250@10m"` | | | settings.extraDomains | list | `[]` | domains used in extra TLS certs for client postgres connections | @@ -87,7 +89,11 @@ 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.redisClusterName | string | `"regional-control-plane-redis"` | (string) Redis cluster name, used in aws elasticache | +| settings.redisHost | string | `""` | (string) Redis host for streaming connections (might be different from the notifications host) | | settings.redisNotifications | string | `""` | (url) Configures redis client | +| settings.redisPort | string | `"6379"` | (string) Redis port for streaming connections | +| settings.redisUserId | string | `"neon"` | (string) Redis user_id, used in aws elasticache | | settings.region | string | `""` | (string) Region this proxy service is deployed into | | 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 |