Merge pull request #682 from 3dwardch3ng/app/qBittorrent
fix port names
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user