Ingress NGINX Controller for Kubernetes
Find a file
Kubernetes Submit Queue 42e3a61d3c Merge pull request #1596 from aledbf/improve-defaults
Automatic merge from submit-queue

[nginx-ingress-controller]: Adapt nginx hash sizes to the number of ingress

This change allows the tuning of 2 important NGINX variables:
- server_names_hash_max_size
- server_names_hash_bucket_size

The default values should be enough for most of the users but after +300 Ingress rules or long hostnames as FQDN NGINX requires tuning of this values or it will not start.

The introduced change allows the self-tuning using the Ingress information
Using `--v=3` it's possible to see the changes:
```
...
I0822 21:42:10.517778       1 template.go:84] adjusting ServerNameHashMaxSize variable from 4096 to 16384
...
```

fixes #1487
2016-09-01 14:11:47 -07:00
controllers Merge pull request #1596 from aledbf/improve-defaults 2016-09-01 14:11:47 -07:00
echoheaders Revert redirect to ssl 2016-05-19 16:11:51 -03:00
echoheaders-redirect Add image with redirect 2016-05-19 21:30:04 -03:00
Godeps Update ingress godeps 2016-08-25 15:41:02 -03:00
vendor Update ingress godeps 2016-08-25 15:41:02 -03:00
OWNERS Removing non-org members. 2016-08-02 14:33:22 -07:00