diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index 17e4cdd005..47ada433b3 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -194,6 +194,13 @@ and consider if they're appropriate for your deployment. configuration files from this volume with `-config-dir`. This defaults to false. + - `affinity` (`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`. + * `client` - Values that configure running a Consul client agent on Kubernetes nodes.