nginxinc / nginx-gateway-fabric

NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
Apache License 2.0
491 stars 95 forks source link

Allow users to set a global upstream zone size in NginxProxy resource #2518

Open kate-osborn opened 1 month ago

kate-osborn commented 1 month ago

Add upstream zone size field to the NginxProxy resource so that users can configure a global upstream zone size for NGF. This zone size will apply to all http and stream upstreams but can be overridden by the zone size in a UpstreamsSettingPolicy.

mpstefan commented 1 week ago

Put this one in the backlog until we see a need to apply this setting globally.

We also will likely want a policy specifically for streams such as TLSRoute when that use case becomes more popular.