feat(jellyfin): Added readme content and jellyfin kube config

This commit is contained in:
Fishandchips321 2026-04-15 16:47:12 +01:00
parent 68d9bb70e1
commit 8c55a30aae
4 changed files with 90 additions and 0 deletions

11
Jellyfin/service.yml Normal file
View file

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: jellyfin
spec:
selector:
app: jellyfin
ports:
- protocol: TCP
port: 80
targetPort: 8096