diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index 89752d6065..46aeaf1dea 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -135,10 +135,10 @@ and consider if they're appropriate for your deployment. to false. ```yaml - extraVolumes: + extraVolumes: - type: "secret" name: "consul-certs" - load: false + load: 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`. @@ -217,10 +217,10 @@ and consider if they're appropriate for your deployment. to false. ```yaml - extraVolumes: + extraVolumes: - type: "secret" name: "consul-certs" - load: false + load: false ``` * `priorityClassName` (`string`) - This value references an existing Kubernetes [priorityClassName](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#pod-priority) that can be assigned to client pods. @@ -238,6 +238,8 @@ and consider if they're appropriate for your deployment. * `enabled` (`boolean: global.enabled`) - If true, a `consul-dns` service will be created that exposes port 53 for TCP and UDP to the running Consul agents (servers and clients). This can then be used to [configure kube-dns](/docs/platform/k8s/dns.html). The Helm chart _does not_ automatically configure kube-dns. + * `clusterIP` (`string`) - If defined, this value configures the cluster IP of the DNS service. + * `syncCatalog` - Values that configure the [service sync](/docs/platform/k8s/service-sync.html) process. * `enabled` (`boolean: false`) - If true, the chart will install all the resources necessary for the catalog sync process to run.