nic-chen commented on issue #3271:
URL: https://github.com/apache/apisix/issues/3271#issuecomment-759896325


   have a try to config on dashboard like:
   
   ```json
   
       "rules": [
         {
           "match": [
             {
               "vars": [
                 [
                   "http_release",
                   "==",
                   "new_release"
                 ]
               ]
             }
           ],
           "weighted_upstreams": [
             {
               "upstream": {
                 "name": "upstream_A",
                 "nodes": {
                   "192.168.100.21:8002": 10
                 },
                 "type": "roundrobin"
               }
             }
           ]
         }
       ]
   
   ```
   
   thanks.
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to