fix port names

This commit is contained in:
2024-07-26 05:38:19 +10:00
parent 6a01ee6a70
commit 7815350430
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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