Files
2026-07-11 21:20:21 +00:00

17 lines
270 B
YAML

apiVersion: v1
kind: Service
metadata:
name: jellyfin
spec:
selector:
app: jellyfin
ports:
- name: udp
protocol: UDP
port: 7359
targetPort: 7359
- name: web
protocol: TCP
port: 8096
targetPort: 8096
type: ClusterIP