mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 01:58:15 +08:00
keep the configuration as simple as possible, no qos, no cache
This commit is contained in:
@ -9,7 +9,6 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using Ocelot.DependencyInjection;
|
||||
using Ocelot.Middleware;
|
||||
using Ocelot.Provider.Kubernetes;
|
||||
using Ocelot.Provider.Polly;
|
||||
|
||||
namespace ApiGateway
|
||||
{
|
||||
@ -20,7 +19,6 @@ namespace ApiGateway
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
services.AddOcelot()
|
||||
.AddPolly()
|
||||
.AddKubernetes();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user