issues
search
sky-uk
/
feed
Nginx based Kubernetes ingress controller for AWS
BSD 3-Clause "New" or "Revised" License
58
stars
10
forks
source link
Enable overriding proxy buffer values
#185
Closed
supreethrao
closed
6 years ago
supreethrao
commented
6 years ago
The default proxy buffer size has been changed to 16k
The default proxy buffer blocks has been changed to 4 16k
Both of the above values can be overridden with the relevant annotations
There is a max permissible value and if the annotated value exceeds that, it will be reset to the max permissible value for both of the above fields.
supreethrao
commented
6 years ago
Thanks @peterbale