Gluttony-Cluster/torrenter/torrenter-service.yaml
Tyler Perkins 962289031f
All checks were successful
continuous-integration/drone/push Build is passing
Add service name
2023-10-15 12:14:23 -04:00

23 lines
336 B
YAML

apiVersion: v1
kind: Service
metadata:
name: torrenter-service
namespace: torrent-ns
spec:
type: LoadBalancer
ports:
- name: prowlarr
port: 9696
targetPort: 9696
- name: deluge-ui
port: 8112
targetPort: 8112
- name: deluge-p2p
port: 6881
targetPort: 6881
selector:
app: torrenter-apps