Add jellyfin.nook.family ingress

This commit is contained in:
Will Anderson
2026-04-11 00:13:22 -05:00
parent a1c1c7b0f6
commit cf5da8dfa1
+15 -2
View File
@@ -156,7 +156,9 @@ spec:
port:
number: 5055
---
# plex.nook.family → Jellyfin (replaced Plex)
# watch.nook.family/stream → Jellyfin (stream.nook.family also works)
# Seerr stays at watch.nook.family for requests
# plex.nook.family kept as alias for backwards compat
# NOTE: Also add in Cloudflare Zero Trust:
# Hostname: plex.nook.family | Service: http://traefik.kube-system:80
apiVersion: networking.k8s.io/v1
@@ -172,7 +174,8 @@ spec:
tls:
- hosts:
- plex.nook.family
secretName: plex-tls
- jellyfin.nook.family
secretName: jellyfin-tls
rules:
- host: plex.nook.family
http:
@@ -184,3 +187,13 @@ spec:
name: jellyfin
port:
number: 8096
- host: jellyfin.nook.family
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: jellyfin
port:
number: 8096