Skip to content

Commit

Permalink
Helm default values in docs related to API server match chart values …
Browse files Browse the repository at this point in the history
…file (#1755)

They were bumped up to these values in
#563

Co-authored-by: Mark Mandel <markmandel@google.com>
  • Loading branch information
pgilfillan and markmandel committed Aug 17, 2020
1 parent e526999 commit 546f33d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/content/en/docs/Installation/Install Agones/helm.md
Expand Up @@ -186,9 +186,9 @@ The following tables lists the configurable parameters of the Agones chart and t
| `agones.controller.nodeSelector` | Controller [node labels][nodeSelector] for pod assignment | `{}` |
| `agones.controller.tolerations` | Controller [toleration][toleration] labels for pod assignment | `[]` |
| `agones.controller.affinity` | Controller [affinity][affinity] settings for pod assignment | `{}` |
| `agones.controller.numWorkers` | Number of workers to spin per resource type | `64` |
| `agones.controller.apiServerQPS` | Maximum sustained queries per second that controller should be making against API Server | `100` |
| `agones.controller.apiServerQPSBurst` | Maximum burst queries per second that controller should be making against API Server | `200` |
| `agones.controller.numWorkers` | Number of workers to spin per resource type | `100` |
| `agones.controller.apiServerQPS` | Maximum sustained queries per second that controller should be making against API Server | `400` |
| `agones.controller.apiServerQPSBurst` | Maximum burst queries per second that controller should be making against API Server | `500` |
| `agones.controller.logLevel` | Agones Controller Log level. Log only entries with that severity and above | `info` |
| `agones.controller.persistentLogs` | Store Agones controller logs in a temporary volume attached to a container for debugging | `true` |
| `agones.controller.persistentLogsSizeLimitMB` | Maximum total size of all Agones container logs in MB | `10000` |
Expand Down

0 comments on commit 546f33d

Please sign in to comment.