add app qbittorrent

This commit is contained in:
2024-07-26 04:57:38 +10:00
parent 7b59ae37dc
commit 808140813b
5 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: v1
kind: Service
metadata:
name: qbittorrent
namespace: qbittorrent
labels:
app.kubernetes.io/name: qbittorrent
spec:
selector:
app.kubernetes.io/name: qbittorrent
type: LoadBalancer
internalTrafficPolicy: Cluster
ports:
- protocol: TCP
port: 18080
targetPort: 8080
name: qbittorrent-ui
- protocol: TCP
port: 16881
targetPort: 6881
name: qbittorrent-torrenting
- protocol: UDP
port: 16881
targetPort: 6881
name: qbittorrent-torrenting-udp