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