Files
homelab-v/k8s/apps/media/jellyfin/svc.yaml
T

13 lines
174 B
YAML

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