mirror of https://github.com/hashicorp/consul
docs: Note proxy-defaults can globally set service protocol (#10649)
Add a note to the docs for the service defaults config entry which informs users that the service protocol can be configured for all services using the proxy defaults config entry. Resolves #8279 Co-authored-by: Freddy <freddygv@users.noreply.github.com>pull/10765/head
parent
0e370772cc
commit
9e7cc0dadf
|
@ -18,6 +18,12 @@ service, such as its protocol.
|
||||||
|
|
||||||
### Default protocol
|
### Default protocol
|
||||||
|
|
||||||
|
-> **NOTE**: The default protocol can also be configured globally for all proxies
|
||||||
|
using the [proxy defaults](/docs/connect/config-entries/proxy-defaults#default-protocol)
|
||||||
|
config entry. However, if the protocol value is specified in a service defaults
|
||||||
|
config entry for a given service, that value will take precedence over the
|
||||||
|
globally configured value from proxy defaults.
|
||||||
|
|
||||||
<Tabs>
|
<Tabs>
|
||||||
<Tab heading="HCL">
|
<Tab heading="HCL">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue