From 8dec490512d70e83177ba856b75f8017c39f293a Mon Sep 17 00:00:00 2001 From: Anna Khanova Date: Fri, 19 Jan 2024 16:57:42 +0100 Subject: [PATCH] Update values --- charts/neon-proxy/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/neon-proxy/values.yaml b/charts/neon-proxy/values.yaml index a075a4d..4e7e608 100644 --- a/charts/neon-proxy/values.yaml +++ b/charts/neon-proxy/values.yaml @@ -57,6 +57,8 @@ settings: controlplane_token: "" # settings.wakeComputeLock -- (string) Configures the locking of wake_compute per endpoint wakeComputeLock: "permits=0" + # settings.redisNotifications -- (url) Configures redis client + redisNotifications: "" # settings.httpPoolOptIn -- (bool) Sets the SQL over HTTP Pool to opt-in-only mode if true. Set false to enable it always httpPoolOptIn: true # settings.disableDynamicRateLimiter -- (bool) Disable dynamic rate limiter