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