mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 00:32:50 +08:00
Fix code-blocks in kubernetes.rst (#1128)
line 70 – added missing period lines 84-95 – added missing indent
This commit is contained in:
parent
347ea7280c
commit
4110837a04
@ -67,7 +67,7 @@ You use Ocelot to poll kubernetes for latest service information rather than per
|
||||
"Port": 443,
|
||||
"Token": "txpc696iUhbVoudg164r93CxDTrKRVWG",
|
||||
"Namespace": "dev",
|
||||
"Type": "pollkube"
|
||||
"Type": "pollkube",
|
||||
"PollingInterval": 100
|
||||
}
|
||||
|
||||
@ -81,7 +81,7 @@ If your downstream service resides in a different namespace you can override the
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
{
|
||||
"ReRoutes": [
|
||||
{
|
||||
"DownstreamPathTemplate": "/api/values",
|
||||
@ -92,4 +92,4 @@ If your downstream service resides in a different namespace you can override the
|
||||
"UpstreamHttpMethod": [ "Get" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user