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

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

View File

@@ -33,13 +33,13 @@ spec:
ports:
- protocol: TCP
containerPort: 8080
name: qbittorrent-ui
name: qb-ui
- protocol: TCP
containerPort: 6881
name: qbittorrent-torrenting
name: qb-torrenting
- protocol: UDP
containerPort: 6881
name: qbittorrent-torrenting-udp
name: qb-torrenting-udp
volumeMounts:
- name: qbittorrent-config
mountPath: /config

View File

@@ -14,12 +14,12 @@ spec:
- protocol: TCP
port: 18080
targetPort: 8080
name: qbittorrent-ui
name: qb-ui
- protocol: TCP
port: 6881
targetPort: 6881
name: qbittorrent-torrenting
name: qb-torrenting
- protocol: UDP
port: 6881
targetPort: 6881
name: qbittorrent-torrenting-udp
name: qb-torrenting-udp