rdouman commented on issue #10251: URL: https://github.com/apache/apisix/issues/10251#issuecomment-1932170084
I just got stuck with this same issue. I managed to resolve this by using the port name defined for this service (http in my instance) as oppose to the port number ( 80 in your example above). I hope this helps :)  Snippet from the service definition: spec: ports: - name: http protocol: TCP port: 8081 targetPort: 8081 From the manual:  -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org