Skip to content

Commit

Permalink
Added some missing helm vars documentation for Agones intall with hel…
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFortin authored and ilkercelikyilmaz committed Oct 23, 2020
1 parent 2a1260f commit b384717
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/content/en/docs/Installation/Install Agones/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,14 @@ The following tables lists the configurable parameters of the Agones chart and t
| `agones.image.controller.pullPolicy` | Image pull policy for the controller | `IfNotPresent` |
| `agones.image.controller.pullSecret` | Image pull secret for the controller, allocator, sdk and ping image. Should be created both in `agones-system` and `default` namespaces | `` |
| `agones.image.sdk.name` | Image name for the sdk | `agones-sdk` |
| `agones.image.sdk.tag` | Image tag for the sdk | value of `agones.image.tag` |
| `agones.image.sdk.cpuRequest` | The [cpu request][cpu-constraints] for sdk server container | `30m` |
| `agones.image.sdk.cpuLimit` | The [cpu limit][cpu-constraints] for the sdk server container | `0` (none) |
| `agones.image.sdk.memoryRequest` | The [memory request][memory-constraints] for sdk server container | `0` (none) |
| `agones.image.sdk.memoryLimit` | The [memory limit][memory-constraints] for the sdk server container | `0` (none) |
| `agones.image.sdk.alwaysPull` | Tells if the sdk image should always be pulled | `false` |
| `agones.image.ping.name` | Image name for the ping service | `agones-ping` |
| `agones.image.ping.tag` | Image tag for the ping service | value of `agones.image.tag` |
| `agones.image.ping.pullPolicy` | Image pull policy for the ping service | `IfNotPresent` |
| `agones.controller.http.port` | Port to use for liveness probe service and metrics | `8080` |
| `agones.controller.healthCheck.initialDelaySeconds` | Initial delay before performing the first probe (in seconds) | `3` |
Expand Down

0 comments on commit b384717

Please sign in to comment.