consul/agent/xds
cskh 69f40df548
feat(ingress gateway: support configuring limits in ingress-gateway c… (#14749)
* feat(ingress gateway: support configuring limits in ingress-gateway config entry

- a new Defaults field with max_connections, max_pending_connections, max_requests
  is added to ingress gateway config entry
- new field max_connections, max_pending_connections, max_requests in
  individual services to overwrite the value in Default
- added unit test and integration test
- updated doc

Co-authored-by: Chris S. Kim <ckim@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Dan Stough <dan.stough@hashicorp.com>
2022-09-28 14:56:46 -04:00
..
proxysupport
serverlessplugin
testdata feat(ingress gateway: support configuring limits in ingress-gateway c… (#14749) 2022-09-28 14:56:46 -04:00
xdscommon
clusters.go feat(ingress gateway: support configuring limits in ingress-gateway c… (#14749) 2022-09-28 14:56:46 -04:00
clusters_test.go feat(ingress gateway: support configuring limits in ingress-gateway c… (#14749) 2022-09-28 14:56:46 -04:00
config.go Add envoy connection balancing. (#14616) 2022-09-26 11:29:06 -05:00
config_test.go Add envoy connection balancing. (#14616) 2022-09-26 11:29:06 -05:00
delta.go Support Stale Queries for Trust Bundle Lookups (#14724) 2022-09-28 09:56:59 -07:00
delta_test.go
endpoints.go Enable outbound peered requests to go through local mesh gateway (#14763) 2022-09-27 09:49:28 -04:00
endpoints_test.go
envoy_versioning.go
envoy_versioning_test.go
failover_math.go
failover_math_test.go
golden_test.go
listeners.go Enable outbound peered requests to go through local mesh gateway (#14763) 2022-09-27 09:49:28 -04:00
listeners_ingress.go
listeners_test.go Add envoy connection balancing. (#14616) 2022-09-26 11:29:06 -05:00
naming.go
net_fallback.go
net_linux.go
protocol_trace.go
rbac.go
rbac_test.go
resources.go
resources_oss_test.go
resources_test.go Enable outbound peered requests to go through local mesh gateway (#14763) 2022-09-27 09:49:28 -04:00
response.go
routes.go
routes_test.go
server.go Support Stale Queries for Trust Bundle Lookups (#14724) 2022-09-28 09:56:59 -07:00
server_oss.go
serverless_plugin_oss_test.go
testing.go
xds.go
xds_protocol_helpers_test.go
z_xds_packages.go
z_xds_packages_test.go