apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: dummyhttp annotations: traefik.ingress.kubernetes.io/router.tls: "true" spec: rules: - host: dummyhttp.localhost.mixinet.net http: paths: - path: / pathType: Prefix backend: service: name: dummyhttp port: number: 80