feat: add Transmission with Gluetun VPN sidecar
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user