Files
infra/deploy/deluge/deluge-svc.yaml
2025-03-19 20:00:55 +01:00

26 lines
442 B
YAML

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