k8s/apps/arr/jellyfin/jellyfin-service.yaml
2026-03-17 21:11:22 +13:00

13 lines
176 B
YAML

apiVersion: v1
kind: Service
metadata:
name: jellyfin
namespace: media
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8096
selector:
app: jellyfin