Merge pull request #683 from 3dwardch3ng/app/qBittorrent

fix port names
This commit is contained in:
2024-07-26 05:38:37 +10:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -36,10 +36,10 @@ spec:
name: qb-ui
- protocol: TCP
containerPort: 6881
name: qb-torrenting
name: torrenting
- protocol: UDP
containerPort: 6881
name: qb-torrenting-udp
name: torrenting-udp
volumeMounts:
- name: qbittorrent-config
mountPath: /config

View File

@@ -18,8 +18,8 @@ spec:
- protocol: TCP
port: 6881
targetPort: 6881
name: qb-torrenting
name: torrenting
- protocol: UDP
port: 6881
targetPort: 6881
name: qb-torrenting-udp
name: torrenting-udp