Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of feat(ingress gateway: support configuring limits in ingress-gateway c… into release/1.13.x #14791

Commits on Oct 3, 2022

  1. no-op commit due to failed cherry-picking

    temp authored and huikang committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    51d2266 View commit details
    Browse the repository at this point in the history
  2. 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>
    4 people committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    ededaa0 View commit details
    Browse the repository at this point in the history
  3. fix flaky integration test

    huikang committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    814fb03 View commit details
    Browse the repository at this point in the history