diff --git a/transmission/service.yaml b/transmission/service.yaml index 24cee6a..f28337b 100644 --- a/transmission/service.yaml +++ b/transmission/service.yaml @@ -8,16 +8,13 @@ spec: app: transmission ports: - port: 80 - name: torrent-ui protocol: TCP targetPort: 9091 - protocol: TCP - name: torrent-tcp - port: 31413 - nodePort: 31413 + port: 51413 + targetPort: 51413 - protocol: UDP - name: torrents-udp - port: 31413 - nodePort: 31413 + port: 51413 + targetPort: 51413 sessionAffinity: None - type: NodePort + type: ClusterIP