Add note about current ServiceResolver requirement

ServiceResolver may eventually be created implicitly by the API gateway controller, but that decision is pending.
pull/15015/head
Nathan Coleman 2022-10-17 16:45:18 -04:00
parent 72a3bf2296
commit 41dfa89653
1 changed files with 3 additions and 0 deletions

View File

@ -35,5 +35,8 @@ Specifies the name of the service in the Consul service mesh to send traffic to.
### peer ### peer
Specifies the name of the Consul peer exporting the service. If not specified, the service is assumed to be in the local datacenter. Specifies the name of the Consul peer exporting the service. If not specified, the service is assumed to be in the local datacenter.
Note that a [ServiceResolver](/docs/connect/config-entries/service-resolver) is also required for the referenced Consul service indicating what peer the service is exported by.
* Type: string * Type: string
* Required: optional * Required: optional