apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  creationTimestamp: null
  name: test
spec:
  rules:
  - host: test.local
    http:
      paths:
      - backend:
          service:
            name: test
            port:
              number: 8080
        path: /
        pathType: Exact
status:
  loadBalancer: {}