# infrastructure/longhorn/ui-ingress/ingress.yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: longhorn-ingress namespace: longhorn-system annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.middlewares: "" spec: ingressClassName: traefik tls: - hosts: ["longhorn.bstein.dev"] secretName: longhorn-tls rules: - host: longhorn.bstein.dev http: paths: - path: / pathType: Prefix backend: service: name: oauth2-proxy-longhorn port: number: 80