nginx-ingress add dnsPolicy to README.md (#10486)

* nginx-ingress add `dnsPolicy` to README.md

Signed-off-by: Marc Bihlmaier <marc.bihlmaier@reddoxx.com>

* update chart version

Signed-off-by: Marc Bihlmaier <marc.bihlmaier@reddoxx.com>
This commit is contained in:
Marc Bihlmaier
2019-01-08 13:38:28 -08:00
committed by Kubernetes Prow Robot
parent e6bb60fcc6
commit 0ddbb63ad4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: nginx-ingress
version: 1.1.2
version: 1.1.3
appVersion: 0.21.0
home: https://github.com/kubernetes/ingress-nginx
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
+1
View File
@@ -53,6 +53,7 @@ Parameter | Description | Default
`controller.config` | nginx ConfigMap entries | none
`controller.hostNetwork` | If the nginx deployment / daemonset should run on the host's network namespace. Do not set this when `controller.service.externalIPs` is set and `kube-proxy` is used as there will be a port-conflict for port `80` | false
`controller.defaultBackendService` | default 404 backend service; required only if `defaultBackend.enabled = false` | `""`
`controller.dnsPolicy` | If using `hostNetwork=true`, change to `ClusterFirstWithHostNet`. See [pod's dns policy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) for details | `ClusterFirst`
`controller.electionID` | election ID to use for the status update | `ingress-controller-leader`
`controller.extraEnvs` | any additional environment variables to set in the pods | `{}`
`controller.extraContainers` | Sidecar containers to add to the controller pod. See [LemonLDAP::NG controller](https://github.com/lemonldap-ng-controller/lemonldap-ng-controller) as example | `{}`