feat: add Transmission with Gluetun VPN sidecar

This commit is contained in:
2026-05-24 14:14:53 +00:00
parent 9b5eaf9cd9
commit 4ceb90a24c
@@ -0,0 +1,22 @@
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