tao12345666333 commented on issue #854:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/854#issuecomment-1059043586


   In previous versions, it can be configured as follows
   
   ```
   
   apiVersion: apisix.apache.org/v2beta3
   kind: ApisixRoute
   metadata:
    name: httpbin-route
   spec:
    http:
    - name: rule1
      match:
        hosts:
        - httpbin.org
        paths:
          - /ip
      backends:
      - serviceName: foo
        servicePort: 9090
        weight: 10
      plugins:
      - name: xxxx
        enable: true
        config:
          Xxxx 
   
   ```


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