Add doc info for added server affinity value

Supports newly added functionality to the Helm chart.
This commit is contained in:
Rebecca Zanzig 2018-11-08 12:07:30 -08:00
parent 140a1edcea
commit db6c5d1b20
1 changed files with 7 additions and 0 deletions

View File

@ -194,6 +194,13 @@ and consider if they're appropriate for your deployment.
configuration files from this volume with `-config-dir`. This defaults configuration files from this volume with `-config-dir`. This defaults
to false. to false.
- <a name="v-server-affinity" href="#v-server-affinity">`affinity`</a> (`string`) -
This value defines the [affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity)
for server pods. It defaults to allowing only a single pod on each node,
which minimizes risk of the cluster becoming unusable if a node is lost.
If you need to run more pods per node (for example, testing on Minikube),
set this value to `null`.
* <a name="v-client" href="#v-client">`client`</a> - Values that configure * <a name="v-client" href="#v-client">`client`</a> - Values that configure
running a Consul client agent on Kubernetes nodes. running a Consul client agent on Kubernetes nodes.