fracarvic commented on issue #744:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/744#issuecomment-1059997022


   I would like to use this feature to improve security ( limit connections, 
geoip) to my private imap server exposed throught apisix. Currently I can't 
attach plugins to an ApisixRoute like this:
   
   ```apiVersion: apisix.apache.org/v2beta3
   kind: ApisixRoute
   metadata:
     name: imap
   spec:
     stream:
     - name: imap
       protocol: TCP
       match:
         ingressPort: 143
       backend:
         serviceName: imap
         servicePort: 143
   ```


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