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: port:
number: 5055 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: # NOTE: Also add in Cloudflare Zero Trust:
# Hostname: plex.nook.family | Service: http://traefik.kube-system:80 # Hostname: plex.nook.family | Service: http://traefik.kube-system:80
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
@@ -172,7 +174,8 @@ spec:
tls: tls:
- hosts: - hosts:
- plex.nook.family - plex.nook.family
secretName: plex-tls - jellyfin.nook.family
secretName: jellyfin-tls
rules: rules:
- host: plex.nook.family - host: plex.nook.family
http: http:
@@ -184,3 +187,13 @@ spec:
name: jellyfin name: jellyfin
port: port:
number: 8096 number: 8096
- host: jellyfin.nook.family
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: jellyfin
port:
number: 8096