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',
|
||||
type: 'string: ""',
|
||||
description: `The [filter expression](/consul/api-docs/features/filtering) to be used for selecting
|
||||
instances of the requested service. If empty, all healthy instances are
|
||||
returned. This expression can filter on the same selectors as the
|
||||
description: `The filter expression for selecting instances of the
|
||||
requested service. If empty, all healthy instances are returned.
|
||||
This expression can filter on the same selectors as the
|
||||
[Health API endpoint](/consul/api-docs/health#filtering-2).`,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue