From d4d9124096ff9589cdfeaa5e3418917bfab876e0 Mon Sep 17 00:00:00 2001 From: Mayank Shah Date: Tue, 12 Nov 2024 20:19:35 +0530 Subject: [PATCH] update docs Signed-off-by: Mayank Shah --- charts/everest/README.md | 2 +- charts/everest/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/everest/README.md b/charts/everest/README.md index 4d3472c3..ac607bf5 100644 --- a/charts/everest/README.md +++ b/charts/everest/README.md @@ -80,7 +80,7 @@ The following table shows the configurable parameters of the Percona Everest cha | operator.image | string | `"perconalab/everest-operator"` | Image to use for the Everest operator container. | | operator.metricsAddr | string | `"127.0.0.1:8080"` | Metrics address for the operator. | | operator.resources | object | `{"limits":{"cpu":"500m","memory":"128Mi"},"requests":{"cpu":"5m","memory":"64Mi"}}` | Resources to allocate for the operator container. | -| server.apiRequestsRateLimit | int | `100` | Set the allowed number of requests per minute. | +| server.apiRequestsRateLimit | int | `100` | Set the allowed number of requests per second. | | server.image | string | `"perconalab/everest"` | Image to use for the server container. | | server.oidc | object | `{}` | OIDC configuration for Everest. | | server.rbac | string | `"g, admin, role:admin\n"` | RBAC policy for Everest. | diff --git a/charts/everest/values.yaml b/charts/everest/values.yaml index 61d8f734..5e0f792e 100644 --- a/charts/everest/values.yaml +++ b/charts/everest/values.yaml @@ -24,7 +24,7 @@ server: oidc: {} # issuerUrl: "" # clientId: "" - # -- Set the allowed number of requests per minute. + # -- Set the allowed number of requests per second. apiRequestsRateLimit: 100 operator: # -- Image to use for the Everest operator container.