Files
infra/deploy/jellyfin/service.yaml
2025-03-16 02:24:45 +01:00

16 lines
215 B
YAML

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