Skip to content

Commit

Permalink
fix: module set circuit breaker documentation (#420)
Browse files Browse the repository at this point in the history
We have it right in the other integration pages and I noticed the error
when trying to copy/paste this into a new moduleset I was making.
  • Loading branch information
jonstacks authored Sep 26, 2023
1 parent 213fe93 commit 5e74880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cloud-edge/modules/circuit-breaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ apiVersion: ingress.k8s.ngrok.com/v1alpha1
metadata:
name: ngrok-module-set
modules:
circuit_breaker:
circuitBreaker:
errorThresholdPercentage: "0.50"
trippedDuration: 10s
rollingWindow: 10s
Expand Down

1 comment on commit 5e74880

@vercel
Copy link

@vercel vercel bot commented on 5e74880 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ngrok-docs – ./

ngrok-docs-ngrok-dev.vercel.app
ngrok-docs.vercel.app
ngrok-docs-git-main-ngrok-dev.vercel.app

Please sign in to comment.