forked from kubernetes-retired/contrib
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes-retired#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 kubernetes-retired#1487
- Loading branch information
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters