mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 08:55:28 +08:00 
			
		
		
		
	feat: Kubernetes ServiceDiscoveryProvider
This commit is contained in:
		@@ -434,7 +434,8 @@
 | 
			
		||||
                        Host = "localhost",
 | 
			
		||||
                        Port = consulPort,
 | 
			
		||||
                        Type = "PollConsul",
 | 
			
		||||
                        PollingInterval = 0
 | 
			
		||||
                        PollingInterval = 0,
 | 
			
		||||
                        Namespace = string.Empty
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user