add media services
This commit is contained in:
25
deploy/deluge/deluge-svc.yaml
Normal file
25
deploy/deluge/deluge-svc.yaml
Normal 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
|
Reference in New Issue
Block a user