add ingressroute for jellyfin

This commit is contained in:
Tobias Brunner 2024-03-06 20:47:12 +01:00
parent 6ed9e29beb
commit c711d4fbc9
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -12,3 +12,18 @@ spec:
port: 6001
tls:
passthrough: true
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRouteTCP
metadata:
name: jellyfin-via-frp
spec:
entryPoints:
- websecure
routes:
- match: HostSNI(`jellyfin.tobru.ch`)
services:
- name: frp-nextcloud
port: 6001
tls:
passthrough: true