update jelly

This commit is contained in:
2025-03-16 02:24:45 +01:00
parent d0df41bd8c
commit 67f3b083bc
7 changed files with 0 additions and 36 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: jellyfin
name: jellyfin
spec:
ports:
- name: web
port: 8096
protocol: TCP
targetPort: 8096
selector:
app: jellyfin
type: ClusterIP