Add Jellyfin application configuration and deployment files
This commit is contained in:
15
apps/jellyfin/service.yaml
Normal file
15
apps/jellyfin/service.yaml
Normal 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
|
Reference in New Issue
Block a user