Skip to content

Commit

Permalink
API gateway guide: revert to inbound (#1002)
Browse files Browse the repository at this point in the history
I didn't realize that the K8s Operator doesn't yet support phase-based
naming, and while it's coming soon
(ngrok/ngrok-operator#456), I'd rather this work
correctly right now and update it again in the future.
  • Loading branch information
joelhans authored Oct 24, 2024
1 parent b03bb05 commit f2724a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/api-gateway/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ metadata:
namespace: prod
spec:
policy:
on_http_request:
inbound:
- name: "Rate limit POST requests"
expressions:
- "req.method == 'POST' || req.method == 'PUT'"
Expand Down

0 comments on commit f2724a9

Please sign in to comment.