PasanBhanu commented on issue #10251:
URL: https://github.com/apache/apisix/issues/10251#issuecomment-2662194823

   I fixed the issue by following step.
   
   Configurations are similar to @liuzhiyong1982 but I didn't add ngnix since 
my apisix is in the same cluster. 
   
   for the service name use below format
   
   namespace/service-name:port-name
   
   Always use port name, the name you defined in the service.
   
   Ex:
   
   ```
   spec:
     ports:
       - name: http2
         protocol: TCP
         port: 80
         targetPort: 8081
   ```
   
   Below is how my route config looks like 
   
   
![Image](https://github.com/user-attachments/assets/9ed61dab-d49b-4b51-971a-887e97510b82)
   
   


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