Gluttony-Cluster/torrenter/torrenter-service.yaml

20 lines
274 B
YAML
Raw Normal View History

2023-10-15 15:37:15 +00:00
apiVersion: v1
kind: Service
metadata:
name: torrenter-service
namespace: torrent-ns
spec:
type: LoadBalancer
ports:
- port: 9696
targetPort: 9696
2023-10-15 16:12:12 +00:00
2023-10-15 16:10:40 +00:00
- port: 8112
targetPort: 8112
- port: 6881
targetPort: 6881
2023-10-15 16:12:12 +00:00
2023-10-15 15:37:15 +00:00
selector:
app: torrenter-apps