apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: syncthing namespace: syncthing annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" spec: rules: - host: syncthing.michaelthomson.dev http: paths: - pathType: ImplementationSpecific path: / backend: service: name: syncthing port: name: http tls: - hosts: - syncthing.michaelthomson.dev secretName: letsencrypt-wildcard-cert-michaelthomson.dev