Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Nov 12, 2024
1 parent 5d50858 commit d4d9124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/everest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/everest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d4d9124

Please sign in to comment.