Quinlan-Z commented on issue #1781:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/1781#issuecomment-1502804607

   ```
   apiVersion: apisix.apache.org/v2
   kind: ApisixRoute
   metadata:
     name: httpbin-route
   spec:
     http:
     - name: rule4
       match:
         hosts:
         - nginx2.qikqiak.com
         paths:
         - /*
       backends:
        - serviceName: nginx-srv
          servicePort: 80
          weight: 10
          proxy_set_header: (need to add a header here, how to achieve it?)
        - serviceName: nginx-srv1
          servicePort: 80
          weight: 90
   ```


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