send to jellyfin
This commit is contained in:
@@ -34,14 +34,18 @@ spec:
|
|||||||
targetPort: 8096
|
targetPort: 8096
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: discovery.k8s.io/v1
|
||||||
kind: Endpoints
|
kind: EndpointSlice
|
||||||
metadata:
|
metadata:
|
||||||
name: jellyfin-service
|
name: jellyfin-service
|
||||||
namespace: projects
|
namespace: projects
|
||||||
subsets:
|
labels:
|
||||||
|
kubernetes.io/service-name: jellyfin-service
|
||||||
|
addressType: IPv4
|
||||||
|
ports:
|
||||||
|
- name: http
|
||||||
|
port: 8096
|
||||||
|
protocol: TCP
|
||||||
|
endpoints:
|
||||||
- addresses:
|
- addresses:
|
||||||
- ip: 100.122.128.107
|
- 100.122.128.107
|
||||||
ports:
|
|
||||||
- port: 8096
|
|
||||||
protocol: TCP
|
|
||||||
|
|||||||
Reference in New Issue
Block a user