fix port names
This commit is contained in:
@@ -33,13 +33,13 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
name: qbittorrent-ui
|
name: qb-ui
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
containerPort: 6881
|
containerPort: 6881
|
||||||
name: qbittorrent-torrenting
|
name: qb-torrenting
|
||||||
- protocol: UDP
|
- protocol: UDP
|
||||||
containerPort: 6881
|
containerPort: 6881
|
||||||
name: qbittorrent-torrenting-udp
|
name: qb-torrenting-udp
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: qbittorrent-config
|
- name: qbittorrent-config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
|||||||
@@ -14,12 +14,12 @@ spec:
|
|||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 18080
|
port: 18080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
name: qbittorrent-ui
|
name: qb-ui
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 6881
|
port: 6881
|
||||||
targetPort: 6881
|
targetPort: 6881
|
||||||
name: qbittorrent-torrenting
|
name: qb-torrenting
|
||||||
- protocol: UDP
|
- protocol: UDP
|
||||||
port: 6881
|
port: 6881
|
||||||
targetPort: 6881
|
targetPort: 6881
|
||||||
name: qbittorrent-torrenting-udp
|
name: qb-torrenting-udp
|
||||||
|
|||||||
Reference in New Issue
Block a user