akalittle commented on issue #7811:
URL: https://github.com/apache/apisix/issues/7811#issuecomment-1231089341

   I've tried remove the `proxy-rewrite` plugin, and the result is the same.
   The virtual resource are 3 nodes of  n2-highcpu-8 (8 vCPUs) on Google Cloud
   
   ```
   apiVersion: apisix.apache.org/v2beta3
   kind: ApisixRoute
   metadata:
     name: http-hello
     namespace: launcher
   spec:
     http:
       - name: http-hello
         match:
           hosts:
             - api.xxx.cc
           paths:
             - /ping
         backends:
           - serviceName: http-hello
             servicePort: 8000
   
   ```


-- 
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