add manifests for jellyfin

This commit is contained in:
2025-12-27 14:56:16 +00:00
parent ef936ed471
commit 9e4ced262e
4 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Service
metadata:
name: jellyfin-service
namespace: media
spec:
selector:
app: jellyfin
ports:
- port: 8096
targetPort: 8096
protocol: TCP