kube-cascade/jellyfin/service.yaml

15 lines
202 B
YAML

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