mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
f3b54fa535
* Adds 'limits' field to the upstream configuration of a connect proxy This allows a user to configure the envoy connect proxy with 'max_connections', 'max_queued_requests', and 'max_concurrent_requests'. These values are defined in the local proxy on a per-service instance basis and should thus NOT be thought of as a global-level or even service-level value.
6 lines
74 B
HCL
6 lines
74 B
HCL
services {
|
|
name = "s2"
|
|
port = 8181
|
|
connect { sidecar_service {} }
|
|
}
|