mirror of https://github.com/status-im/consul.git
Update service-resolver.mdx (#16073)
* Update service-resolver.mdx Fixing links in the Documentation for service-resolver filter options. * Update website/content/docs/connect/config-entries/service-resolver.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
parent
ebdb8e5fb2
commit
0edebe6e58
|
@ -455,9 +455,9 @@ spec:
|
||||||
{
|
{
|
||||||
name: 'Filter',
|
name: 'Filter',
|
||||||
type: 'string: ""',
|
type: 'string: ""',
|
||||||
description: `The [filter expression](/consul/api-docs/features/filtering) to be used for selecting
|
description: `The filter expression for selecting instances of the
|
||||||
instances of the requested service. If empty, all healthy instances are
|
requested service. If empty, all healthy instances are returned.
|
||||||
returned. This expression can filter on the same selectors as the
|
This expression can filter on the same selectors as the
|
||||||
[Health API endpoint](/consul/api-docs/health#filtering-2).`,
|
[Health API endpoint](/consul/api-docs/health#filtering-2).`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue