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

Add Circuit Breaker Module support #171

Merged
merged 1 commit into from
Mar 9, 2023
Merged

Conversation

jonstacks
Copy link
Collaborator

Resolves #132

What

Adds support for adding Circuit Breaker configuration to ingresses

How

Adds the Circuit Breaker configuration to the NgrokModuleSet CRD and the HTTPSEdgeRouteSpec. Wires it up in the driver to get the computed config for CircuitBreaker and add it to applicable routes. Finally, adds code for configuring the circuit breaker if it has changed.

Breaking Changes

No

@jonstacks jonstacks requested a review from a team as a code owner March 8, 2023 18:56
@jonstacks jonstacks self-assigned this Mar 8, 2023
@github-actions github-actions bot added area/controller Issues dealing with the controller area/helm-chart Issues dealing with the helm chart labels Mar 8, 2023
@jonstacks jonstacks merged commit f737565 into ngrok:main Mar 9, 2023
@jonstacks jonstacks deleted the issue-132 branch April 27, 2023 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller Issues dealing with the controller area/helm-chart Issues dealing with the helm chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for Circuit Breaker HTTPS Edge Module
2 participants