mirror of
https://github.com/traefik/traefik
synced 2026-02-03 12:20:33 +00:00
Services middleware and Gateway API filters on HTTP backends
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user