mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 19:50:49 +08:00 
			
		
		
		
	fix: use http
This commit is contained in:
		@@ -37,9 +37,9 @@ namespace Ocelot.UnitTests.Kubernetes
 | 
			
		||||
        {
 | 
			
		||||
            _serviceName = "test";
 | 
			
		||||
            _namespaces = "dev";
 | 
			
		||||
            _port = 8500;
 | 
			
		||||
            _port = 8001;
 | 
			
		||||
            _kubeHost = "localhost";
 | 
			
		||||
            _fakekubeServiceDiscoveryUrl = $"https://{_kubeHost}:{_port}";
 | 
			
		||||
            _fakekubeServiceDiscoveryUrl = $"http://{_kubeHost}:{_port}";
 | 
			
		||||
            _serviceEntries = new ServiceV1();
 | 
			
		||||
            _factory = new Mock<IOcelotLoggerFactory>();
 | 
			
		||||
            _clientFactory = new KubeApiClientFactory();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user