apiVersion: traefik.io/v1alpha1 kind: IngressRouteTCP metadata: name: collabora-tls namespace: nextcloud spec: entryPoints: - websecure routes: - match: HostSNI(`collabora-prod.allarddcs.nl`) services: - name: collabora port: 9980 tls: passthrough: true