Gluttony-Cluster/torrenter/torrenter-service.yaml
Tyler Perkins 895971c3c0
All checks were successful
continuous-integration/drone/push Build is passing
Add deluge
2023-10-15 12:10:40 -04:00

24 lines
340 B
YAML

apiVersion: v1
kind: Service
metadata:
name: torrenter-service
namespace: torrent-ns
spec:
type: LoadBalancer
ports:
# Prowlarr
- port: 9696
targetPort: 9696
# Deluge
- port: 8112
targetPort: 8112
- port: 6881
targetPort: 6881
# Sonarr
# Radarr
# Lidarr
# Bazarr
selector:
app: torrenter-apps