Services middleware and Gateway API filters on HTTP backends

This commit is contained in:
Julien Salleyron
2026-01-29 17:16:04 +01:00
committed by GitHub
parent 5969d1680d
commit 8425e09806
37 changed files with 846 additions and 55 deletions
@@ -563,6 +563,7 @@ func (p *Provider) loadService(client Client, namespace string, backend netv1.In
if svcConfig != nil && svcConfig.Service != nil {
svc.LoadBalancer.Sticky = svcConfig.Service.Sticky
svc.Middlewares = svcConfig.Service.Middlewares
if svcConfig.Service.PassHostHeader != nil {
svc.LoadBalancer.PassHostHeader = svcConfig.Service.PassHostHeader