mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update README.md (#15868)
In fact, default-backend-service is not required. See https://github.com/kubernetes/ingress-nginx/pull/3126 Signed-off-by: zhanglei <zhanglei@smartx.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5e4e493bbb
commit
05db816aa1
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: nginx-ingress
|
||||
version: 1.11.1
|
||||
version: 1.11.2
|
||||
appVersion: 0.25.0
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
|
||||
|
||||
@@ -54,7 +54,7 @@ Parameter | Description | Default
|
||||
`controller.containerPort.https` | The port that the controller container listens on for https connections. | `443`
|
||||
`controller.config` | nginx [ConfigMap](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/configmap.md) 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.defaultBackendService` | default 404 backend service; needed 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.reportNodeInternalIp` | If using `hostNetwork=true`, setting `reportNodeInternalIp=true`, will pass the flag `report-node-internal-ip-address` to nginx-ingress. This sets the status of all Ingress objects to the internal IP address of all nodes running the NGINX Ingress controller.
|
||||
`controller.electionID` | election ID to use for the status update | `ingress-controller-leader`
|
||||
@@ -149,7 +149,7 @@ Parameter | Description | Default
|
||||
`controller.customTemplate.configMapKey` | configMap key containing the nginx template | `""`
|
||||
`controller.headers` | configMap key:value pairs containing the [custom headers](https://github.com/kubernetes/ingress-nginx/tree/master/docs/examples/customization/custom-headers) for Nginx | `{}`
|
||||
`controller.updateStrategy` | allows setting of RollingUpdate strategy | `{}`
|
||||
`defaultBackend.enabled` | If false, controller.defaultBackendService must be provided | `true`
|
||||
`defaultBackend.enabled` | Use default backend component | `true`
|
||||
`defaultBackend.name` | name of the default backend component | `default-backend`
|
||||
`defaultBackend.image.repository` | default backend container image repository | `k8s.gcr.io/defaultbackend-amd64`
|
||||
`defaultBackend.image.tag` | default backend container image tag | `1.5`
|
||||
|
||||
Reference in New Issue
Block a user