Several documentation fixes
This commit is contained in:
parent
87dd6badac
commit
aac3e2d4fb
2 changed files with 10 additions and 4 deletions
|
@ -59,7 +59,7 @@ ping:
|
||||||
--ping.entryPoint=ping
|
--ping.entryPoint=ping
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `manualRouting`
|
### `manualRouting`
|
||||||
|
|
||||||
_Optional, Default=false_
|
_Optional, Default=false_
|
||||||
|
|
||||||
|
|
|
@ -387,7 +387,9 @@ The WRR is able to load balance the requests between multiple services based on
|
||||||
|
|
||||||
This strategy is only available to load balance between [services](./index.md) and not between [servers](./index.md#servers).
|
This strategy is only available to load balance between [services](./index.md) and not between [servers](./index.md#servers).
|
||||||
|
|
||||||
!!! info "This strategy can be defined only with [File](../../providers/file.md)."
|
!!! info "Supported Providers"
|
||||||
|
|
||||||
|
This strategy can be defined currently with the [File](../../providers/file.md) or [IngressRoute](../../providers/kubernetes-crd.md) providers.
|
||||||
|
|
||||||
```toml tab="TOML"
|
```toml tab="TOML"
|
||||||
## Dynamic configuration
|
## Dynamic configuration
|
||||||
|
@ -438,7 +440,9 @@ http:
|
||||||
|
|
||||||
The mirroring is able to mirror requests sent to a service to other services.
|
The mirroring is able to mirror requests sent to a service to other services.
|
||||||
|
|
||||||
!!! info "This strategy can be defined only with [File](../../providers/file.md)."
|
!!! info "Supported Providers"
|
||||||
|
|
||||||
|
This strategy can be defined currently with the [File](../../providers/file.md) or [IngressRoute](../../providers/kubernetes-crd.md) providers.
|
||||||
|
|
||||||
```toml tab="TOML"
|
```toml tab="TOML"
|
||||||
## Dynamic configuration
|
## Dynamic configuration
|
||||||
|
@ -583,7 +587,9 @@ The Weighted Round Robin (alias `WRR`) load-balancer of services is in charge of
|
||||||
|
|
||||||
This strategy is only available to load balance between [services](./index.md) and not between [servers](./index.md#servers).
|
This strategy is only available to load balance between [services](./index.md) and not between [servers](./index.md#servers).
|
||||||
|
|
||||||
This strategy can only be defined with [File](../../providers/file.md).
|
!!! info "Supported Providers"
|
||||||
|
|
||||||
|
This strategy can be defined currently with the [File](../../providers/file.md) or [IngressRoute](../../providers/kubernetes-crd.md) providers.
|
||||||
|
|
||||||
```toml tab="TOML"
|
```toml tab="TOML"
|
||||||
## Dynamic configuration
|
## Dynamic configuration
|
||||||
|
|
Loading…
Reference in a new issue