| nginx-ingress-controller | 0.32 |
| server-name-hash-bucket-size | 1024 |
| ssl-redirect | false |
The default namespace of ingress controller is ingress-nginx.
Review the following parameter value requirements in the nginx-configuration configmap in the ingress-nginx namespace:
- enable-underscores-in-headers—true
- proxy-body-size—256m
- proxy-connect-timeout—300
- proxy-read-timeout—600
- proxy-send-timeout—600
- use-forwarded-headers—true
You can use the following command to view the parameters in the nginx-configuration configmap:
kubectl describe cm nginx-configuration -n ingress-nginx