stricklandye commented on issue #12722:
URL: https://github.com/apache/apisix/issues/12722#issuecomment-3479111814

   Here is the version info:
   ```
   apisix: 2.12.1
   ```
   
   and the `ApisixRoute` CRD:
   
   ```
   apiVersion: apisix.apache.org/v2alpha1
   kind: ApisixRoute
   metadata:
     name: alert-manager-host
     namespace: monitor
   spec:
       http:
       - name: alert-manager-host-rule
         match:
           hosts:
           - <host_name>
           paths:
           - "/alert*"
         backends:
         - serviceName: <svc_name>
           servicePort: 9093
         plugins:
         - config:
             regex_uri:
             - "^/alert/(.*)"
             - "/$1"
           enable: true
           name: proxy-rewrite
   ```
   


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