Gluttony-Cluster/torrenter/torrenter-service.yaml

14 lines
199 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
selector:
app: torrenter-apps