--- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: buildr-docs namespace: buildr labels: app.kubernetes.io/name: buildr-docs spec: ingressClassName: traefik rules: - host: docs.buildr.icb4dc0.de http: paths: - path: / pathType: ImplementationSpecific backend: service: name: buildr-docs port: number: 3000