codifierr commented on issue #9941:
URL: https://github.com/apache/apisix/issues/9941#issuecomment-1660029466

   `apiVersion: apisix.apache.org/v2
   kind: ApisixRoute
   metadata:
     name: http-ping-route
   spec:
     http:
       - name: http-ping-rule
         match:
           paths:
           - /ping
         backends:
           - serviceName: a-http-ping
             servicePort: 8080
         plugins:
         - name: limit-count
           enable: true
           config:
             count: 20
             time_window: 1
             key: remote_addr
         - name: request-id
           enable: true
           config:
             algorithm: range_id
             length: 16
         - name: key-auth
           enable: true`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to