apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: test-html-ingress namespace: default annotations: traefik.ingress.kubernetes.io/router.entrypoints: web spec: rules: - host: test.u6.net3w.com http: paths: - path: / pathType: Prefix backend: service: name: test-html port: number: 80