From 6a01ee6a70c33f5d371f4eb56a0262f1c0565bfd Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Fri, 26 Jul 2024 05:35:14 +1000 Subject: [PATCH] fix port names --- apps/qbittorrent/base/deployment.yaml | 6 +++--- apps/qbittorrent/base/service.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/qbittorrent/base/deployment.yaml b/apps/qbittorrent/base/deployment.yaml index de767a5..007d6bd 100644 --- a/apps/qbittorrent/base/deployment.yaml +++ b/apps/qbittorrent/base/deployment.yaml @@ -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 diff --git a/apps/qbittorrent/base/service.yaml b/apps/qbittorrent/base/service.yaml index b0d5254..b443cf8 100644 --- a/apps/qbittorrent/base/service.yaml +++ b/apps/qbittorrent/base/service.yaml @@ -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