We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd685d commit da5b0c8Copy full SHA for da5b0c8
examples/snippets-filter/httproutes.yaml
@@ -13,6 +13,12 @@ spec:
13
- path:
14
type: PathPrefix
15
value: /coffee
16
+ filters:
17
+ - type: ExtensionRef
18
+ extensionRef:
19
+ group: gateway.nginx.org
20
+ kind: SnippetsFilter
21
+ name: rate-limiting-sf
22
backendRefs:
23
- name: coffee
24
port: 80
@@ -32,6 +38,12 @@ spec:
32
38
33
39
34
40
value: /tea
41
42
43
44
45
46
+ name: no-delay-rate-limiting-sf
35
47
36
48
- name: tea
37
49
0 commit comments