sebschlue commented on issue #1880:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/1880#issuecomment-1612699618

   This is the ingress object:
   
   ```
   apiVersion: networking.k8s.io/v1
   kind: Ingress
   metadata:
     name: bar
     namespace: bar
   spec:
     ingressClassName: apisix
     rules:
     - host: bar.tld
       http:
         paths:
         - backend:
             service:
               name: bar-service
               port:
                 number: 80
           path: /
           pathType: Prefix
   ```
   
   


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