add local access of jellyfin onto the homer

This commit is contained in:
2024-06-24 19:34:16 +10:00
parent f261b6fac4
commit 9f03ea3b30

View File

@@ -9,6 +9,16 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: "jellyfin.cluster.local"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: jellyfin
port:
number: 8096
- host: "jellyfin.cluster.edward.sydney"
http:
paths: