nginxinc / nginx-gateway-fabric

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

Gateway Listener wildcard hostname #659

Closed mpstefan closed 1 year ago

mpstefan commented 1 year ago

As a developer using NKG in a cluster with many subdomains I want to specify a hostname using a wildcard label for my Gateway Listener So that I can use a single entry to listen for all my subdomains without needing configuration changes when I add another.

Acceptance

Wildcard story for HTTP Route Kubernetes Gateway specification for Listener

mpstefan commented 1 year ago

Combined with #478