Gluttony-Cluster/torrenter/torrenter-service.yaml
Tyler Perkins c5acdab093
All checks were successful
continuous-integration/drone/push Build is passing
Remove comments
2023-10-15 12:12:12 -04:00

20 lines
274 B
YAML

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