expose jellyfin via nodePort service(for now)

This commit is contained in:
Ibrahim Mkusa 2024-11-17 13:04:41 -05:00
parent 0bb9d0534b
commit 98c20ad636

View File

@ -40,4 +40,23 @@ spec:
server: 192.168.0.106 server: 192.168.0.106
path: /exports/nfs_share/media1 path: /exports/nfs_share/media1
status: {} status: {}
---
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: jellyfin
name: jellyfin
namespace: media
spec:
ports:
- port: 8096
protocol: TCP
targetPort: 8096
nodePort: 32001
selector:
app: jellyfin
type: NodePort
status:
loadBalancer: {}