mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 14:58:16 +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