Skip to content

Commit

Permalink
Fix unaccurate parameter description (#3321)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongmax committed Aug 11, 2023
1 parent b36f940 commit 614c9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/Installation/Install Agones/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ The following tables lists the configurable parameters of the Agones chart and t
|----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------|
| `agones.allocator.apiServerQPS` | Maximum sustained queries per second that an allocator should be making against API Server | `400` |
| `agones.allocator.apiServerQPSBurst` | Maximum burst queries per second that an allocator should be making against API Server | `500` |
| `agones.allocator.allocationTimeout` | Remote allocation call timeout. | `10s` |
| `agones.allocator.remoteAllocationTimeout` | Total remote allocation timeout including retries. | `30s` |
| `agones.allocator.remoteAllocationTimeout` | Remote allocation call timeout. | `10s` |
| `agones.allocator.totalRemoteAllocationTimeout` | Total remote allocation timeout including retries. | `30s` |
| `agones.allocator.logLevel` | Agones Allocator Log level. Log only entries with that severity and above | `info` |
| `agones.allocator.install` | Whether to install the [allocator service][allocator] | `true` |
| `agones.allocator.replicas` | The number of replicas to run in the deployment | `3` |
Expand Down

0 comments on commit 614c9ad

Please sign in to comment.