mirror of https://github.com/status-im/consul.git
Update website/content/docs/api-gateway/configuration/gateway.mdx
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
parent
446c6dff31
commit
bf53a73dde
|
@ -82,9 +82,9 @@ This parameter has the following properties:
|
||||||
* Required: required
|
* Required: required
|
||||||
|
|
||||||
You can specify one of the following strings:
|
You can specify one of the following strings:
|
||||||
* All: Routes in all namespaces may be attached to the Gateway.
|
* `All`: Routes in all namespaces may be attached to the `Gateway`.
|
||||||
* Same: Only routes in the same namespace as the Gateway may be attached.
|
* `Same`: Only routes in the same namespace as the `Gateway` may be attached.
|
||||||
* Selector: Only routes in namespaces that match the selector configuration may be attached.
|
* `Selector`: Only routes in namespaces that match the `selector` may be attached.
|
||||||
|
|
||||||
### listeners.allowedRoutes.namespaces.selector
|
### listeners.allowedRoutes.namespaces.selector
|
||||||
The `selector` configuration matches zero or more namespaces that determine which routes are allowed to attach to the listener.
|
The `selector` configuration matches zero or more namespaces that determine which routes are allowed to attach to the listener.
|
||||||
|
|
Loading…
Reference in New Issue