add media services

This commit is contained in:
2025-03-19 20:00:55 +01:00
parent 923cc6dd52
commit ce802a4891
25 changed files with 523 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: v1
kind: Service
metadata:
name: deluge
namespace: jellyfin
spec:
selector:
app: deluge
ports:
- name: web
protocol: TCP
port: 80
targetPort: 8112
- name: torrent-tcp
protocol: TCP
port: 6881
targetPort: 6881
- name: torrent-udp
protocol: UDP
port: 6881
targetPort: 6881
- name: daemon
protocol: TCP
port: 58846
targetPort: 58846