diff --git a/pkg/proxy/proxier.go b/pkg/proxy/proxier.go index c66d14c74d7..022b10eafdc 100644 --- a/pkg/proxy/proxier.go +++ b/pkg/proxy/proxier.go @@ -462,7 +462,7 @@ func (proxier *Proxier) addServiceOnPort(service ServicePortName, protocol api.P } // How long we leave idle UDP connections open. -const udpIdleTimeout = 1 * time.Minute +const udpIdleTimeout = 10 * time.Second // OnUpdate manages the active set of service proxies. // Active service proxies are reinitialized if found in the update set or