send to jellyfin
This commit is contained in:
@@ -29,5 +29,19 @@ metadata:
|
|||||||
name: jellyfin-service
|
name: jellyfin-service
|
||||||
namespace: projects
|
namespace: projects
|
||||||
spec:
|
spec:
|
||||||
type: ExternalName
|
ports:
|
||||||
externalName: 100.122.128.107
|
- port: 8096
|
||||||
|
targetPort: 8096
|
||||||
|
protocol: TCP
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Endpoints
|
||||||
|
metadata:
|
||||||
|
name: jellyfin-service
|
||||||
|
namespace: projects
|
||||||
|
subsets:
|
||||||
|
- addresses:
|
||||||
|
- ip: 100.122.128.107
|
||||||
|
ports:
|
||||||
|
- port: 8096
|
||||||
|
protocol: TCP
|
||||||
|
|||||||
Reference in New Issue
Block a user