Add jellyfin.nook.family ingress
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user