fix port names
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user