diff --git a/transmission/service.yaml b/transmission/service.yaml index 0f3c721..e8a7721 100644 --- a/transmission/service.yaml +++ b/transmission/service.yaml @@ -10,5 +10,14 @@ spec: - port: 80 protocol: TCP targetPort: 9091 + nodePort: 9091 + - protocol: TCP + name: torrent-tcp + port: 51413 + nodePort: 51413 + - protocol: UDP + name: torrents-udp + port: 51413 + nodePort: 51413 sessionAffinity: None - type: ClusterIP + type: NodePort