apiVersion: v1 kind: Service metadata: name: jellyfin-svc namespace: streaming spec: ports: - name: http port: 80 protocol: TCP targetPort: 8096 selector: app: jellyfin