-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
add limit connection status code #3640
Conversation
// LimitConnStatusCode Sets the status code to return in response to rejected connections. | ||
// http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_status | ||
// Default: 503 | ||
LimitConnStatusCode int `json:"limit-conn-status-code"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
@shaikatz please squash the commits and we are ok to merge |
e555974
to
becd919
Compare
add default conn status code add missing colon add limit connection status code
becd919
to
edd87fb
Compare
@aledbf |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, shaikatz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@shaikatz thanks! |
What this PR does / why we need it:
When settings
nginx.ingress.kubernetes.io/limit-connections: 'X'
there is currently no way to change the status code for requests that reached the connection limit.