Add Jellyfin application configuration and deployment files

This commit is contained in:
2025-05-27 17:19:51 -07:00
parent 5cbfb9c645
commit d07ec79821
7 changed files with 224 additions and 0 deletions

View File

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