diff --git a/examples/snippets-filter/httproutes.yaml b/examples/snippets-filter/httproutes.yaml index fe2c435980..1811c6833f 100644 --- a/examples/snippets-filter/httproutes.yaml +++ b/examples/snippets-filter/httproutes.yaml @@ -13,6 +13,12 @@ spec: - path: type: PathPrefix value: /coffee + filters: + - type: ExtensionRef + extensionRef: + group: gateway.nginx.org + kind: SnippetsFilter + name: rate-limiting-sf backendRefs: - name: coffee port: 80 @@ -32,6 +38,12 @@ spec: - path: type: PathPrefix value: /tea + filters: + - type: ExtensionRef + extensionRef: + group: gateway.nginx.org + kind: SnippetsFilter + name: no-delay-rate-limiting-sf backendRefs: - name: tea port: 80