feat:fix kube config

This commit is contained in:
geffzhang
2019-01-20 13:17:57 +08:00
parent 23248b080e
commit c212604b85
8 changed files with 53 additions and 13 deletions

View File

@ -1,7 +1,7 @@
{
"ReRoutes": [
{
"DownstreamPathTemplate": "/api/Category",
"DownstreamPathTemplate": "/api/values",
"DownstreamScheme": "http",
"UpstreamPathTemplate": "/Category",
"ServiceName": "DownstreamService",
@ -21,7 +21,7 @@
"Host": "localhost",
"Port": 8001,
"Namesapce": "dev",
"Type": "k8s"
"Type": "kube"
}
}
}