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

They were bumped up to these values in
googleforgames#563
  • Loading branch information
pgilfillan committed Aug 15, 2020
1 parent d343d98 commit d34ddbb
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
Original file line number Diff line number Diff line change
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 d34ddbb

Please sign in to comment.