feat: add jellyfin deployment, service, and persistent volume claims

This commit is contained in:
2025-04-16 01:07:07 +05:30
parent 2620877a71
commit a84f02f711
3 changed files with 100 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: jellyfin-service
namespace: default
spec:
type: NodePort
selector:
app: jellyfin
ports:
- port: 8096
targetPort: 8096
nodePort: 8096
protocol: TCP