--- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: notes-wiki annotations: kubernetes.io/ingress.class: traefik spec: rules: - host: notes-wiki.lan http: paths: - path: / pathType: Prefix backend: serviceName: notes-wiki servicePort: 8080 # EOF