Ingress sends duplicate requests

Hi!

My Ingress sends tens of duplicate requests (I just opened the URL in a browser, should be a single request).

Does anyone have any idea?

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: ingress-kong
spec:
  rules:
    - http:
        paths:
          - path: /
            backend:
              serviceName: svc-kong-proxy
              servicePort: 80

svc-kong-proxy is the Service for kong-proxy as explained in the getting started guide.

Thanks for your help!

Well, it happens when I loop the route a request infinite times!!