mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
e6bb60fcc6
commit
0ddbb63ad4
@@ -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.
|
||||
|
||||
@@ -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 | `{}`
|
||||
|
||||
Reference in New Issue
Block a user