Skip to content

Commit

Permalink
Add docs for #3148 (#3173)
Browse files Browse the repository at this point in the history
Co-authored-by: Mengye (Max) Gong <[email protected]>
Co-authored-by: Robert Bailey <[email protected]>
  • Loading branch information
3 people authored May 22, 2023
1 parent cb64d39 commit fff27cd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions site/content/en/docs/Installation/Install Agones/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,14 @@ The following tables lists the configurable parameters of the Agones chart and t
{{% feature publishVersion="1.32.0" %}}
**New Configuration Features:**

| Parameter | Description | Default |
|---------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
| `agones.allocator.labels` | [Labels][labels] Added to the Agones Allocator pods | `{}` |
| `agones.allocator.readiness.initialDelaySeconds` | Initial delay before performing the first probe (in seconds) | `3` |
| `agones.allocator.readiness.periodSeconds` | Seconds between every liveness probe (in seconds) | `3` |
| `agones.allocator.readiness.failureThreshold` | Number of times before giving up (in seconds) | `3` |

| Parameter | Description | Default |
|---------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
| `agones.allocator.labels` | [Labels][labels] Added to the Agones Allocator pods | `{}` |
| `agones.allocator.readiness.initialDelaySeconds` | Initial delay before performing the first probe (in seconds) | `3` |
| `agones.allocator.readiness.periodSeconds` | Seconds between every liveness probe (in seconds) | `3` |
| `agones.allocator.readiness.failureThreshold` | Number of times before giving up (in seconds) | `3` |
| `agones.ping.udp.nodePort` | Static node port to use for UDP ping service. (Only applies when `agones.ping.udp.serviceType` is `NodePort`.) | `0` |
| `agones.ping.http.nodePort` | Static node port to use for HTTP ping service. (Only applies when `agones.ping.http.serviceType` is `NodePort`.) | `0` |
{{% /feature %}}

[toleration]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
Expand Down

0 comments on commit fff27cd

Please sign in to comment.