You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no easy way to add `proxy_buffer_size` or similar parameters
to Nginx via CRD. A feature for the same is being worked on and might
be released early November per [nginxinc/nginx-gateway-fabric/#1398](nginx/nginx-gateway-fabric#1398 (comment)).
As a workaround, this change includes the default nginx configuration
as deployed in the current version of nginx gateway fabric. It will
be made available to the nginx pod at `/etc/nginx/nginx.conf` by
supplanting the nginx-gateway deployment with a kustomize patch
that overrides `nginx.conf` via a mounted configMap volume containing
said file.
Several additional parameters, `proxy_buffer_size` and `proxy_buffers`
are being included at this time, to account for some large header
payloads being proxied from Gnocchi.
0 commit comments