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


   ### Issue description
   
   如下方式,通过CRD ApisixRoute是否能够代理到baidu.com?  thanks.
   apiVersion: apisix.apache.org/v2beta2
   kind: ApisixRoute
   metadata:
     name: xxxxx
     namespace: default
   spec:
     http:
       - name: apisix-dashboard
         match:
           paths:
             - /xxxx/*
         backends:
           serviceName: http://www.baidu.com   ## like this?
           servicePort: 80
   
   
   
   ### Environment
   
   - your apisix-ingress-controller version (output of 
apisix-ingress-controller version --long):
   - your Kubernetes cluster version (output of kubectl version):
   - if you run apisix-ingress-controller in Bare-metal environment, also show 
your OS version (uname -a):
   


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