Merge pull request #683 from 3dwardch3ng/app/qBittorrent
fix port names
This commit is contained in:
@@ -36,10 +36,10 @@ spec:
|
|||||||
name: qb-ui
|
name: qb-ui
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
containerPort: 6881
|
containerPort: 6881
|
||||||
name: qb-torrenting
|
name: torrenting
|
||||||
- protocol: UDP
|
- protocol: UDP
|
||||||
containerPort: 6881
|
containerPort: 6881
|
||||||
name: qb-torrenting-udp
|
name: torrenting-udp
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: qbittorrent-config
|
- name: qbittorrent-config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ spec:
|
|||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 6881
|
port: 6881
|
||||||
targetPort: 6881
|
targetPort: 6881
|
||||||
name: qb-torrenting
|
name: torrenting
|
||||||
- protocol: UDP
|
- protocol: UDP
|
||||||
port: 6881
|
port: 6881
|
||||||
targetPort: 6881
|
targetPort: 6881
|
||||||
name: qb-torrenting-udp
|
name: torrenting-udp
|
||||||
|
|||||||
Reference in New Issue
Block a user