expose jellyfin via nodePort service(for now)
This commit is contained in:
parent
0bb9d0534b
commit
98c20ad636
@ -40,4 +40,23 @@ spec:
|
||||
server: 192.168.0.106
|
||||
path: /exports/nfs_share/media1
|
||||
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: {}
|
||||
|
Loading…
Reference in New Issue
Block a user