zengzhengrong opened a new issue #597:
URL: https://github.com/apache/apisix-ingress-controller/issues/597


   
https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/practices/proxy-the-httpbin-service.md
   ```
   # httpbin-route.yaml
   apiVersion: apisix.apache.org/v2beta1
   kind: ApisixRoute
   metadata:
     name: httpserver-route
   spec:
     http:
     - name: rule1
       match:
         hosts:
         - local.httpbin.org
         paths:
         - /*
       backend:
           serviceName: httpbin
           servicePort: 80
   ```
   
   apiVersion: apisix.apache.org/v2beta1 is deprecated, use 
apisix.apache.org/v2alpha1


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