Files
talos-cluster/deployments/media/transmission/service.yaml

23 lines
389 B
YAML

apiVersion: v1
kind: Service
metadata:
name: transmission
namespace: media
spec:
selector:
app: transmission
ports:
- protocol: TCP
port: 9091
targetPort: 9091
name: http
- protocol: TCP
port: 51413
targetPort: 51413
name: peer-tcp
- protocol: UDP
port: 51413
targetPort: 51413
name: peer-udp
type: ClusterIP