slim down jellyfin

This commit is contained in:
2024-06-13 13:14:44 +02:00
parent de667a31ad
commit 0d1d10a103
7 changed files with 6 additions and 83 deletions

14
apps/media/service.yaml Normal file
View File

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