ingress-nginx-helm/docs/examples/customization
Eric Stokes 4b317389e6
Fixed incorrect cli flag --default-backend
The flag stated in the example readme is `--default-backend` but passing that (or looking at --help`) for the ingress controller shows:

unknown flag: --default-backend
...
      --default-backend-service string          Service used to serve HTTP requests not matching any known server name (catch-all).
                                                Takes the form "namespace/name". The controller configures NGINX to forward
                                                requests to the first port of this Service.

ref: https://github.com/kubernetes/ingress-nginx/blob/master/cmd/nginx/flags.go#L55
2020-02-15 08:33:42 +00:00
..
configuration-snippets Migrate ingress definitions from extensions to networking.k8s.io 2019-12-12 21:25:00 -03:00
custom-configuration update name of config map 2018-09-30 10:51:42 +08:00
custom-errors Fixed incorrect cli flag --default-backend 2020-02-15 08:33:42 +00:00
custom-headers Explain references in custom-headers documentation 2019-05-13 17:50:59 -04:00
external-auth-headers Migrate ingress definitions from extensions to networking.k8s.io 2019-12-12 21:25:00 -03:00
ssl-dh-param Fix ssl-dh-param example (#4946) 2020-01-17 16:17:39 -03:00
sysctl Fix markdown list (#4801) 2019-12-01 21:57:09 -03:00