send to jellyfin

This commit is contained in:
2026-01-02 16:18:22 -07:00
parent b765566f94
commit bd04e3a2d1

View File

@@ -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