From 8bc36e4a0b0b6151c8ce9b86d19c4ef340df8439 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Tue, 12 May 2026 22:34:02 +0900 Subject: [PATCH] feat: add name to web port in qBittorrent service configuration --- manifests/media/qbittorrent.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/media/qbittorrent.yaml b/manifests/media/qbittorrent.yaml index 9ec6e1d..4a38881 100644 --- a/manifests/media/qbittorrent.yaml +++ b/manifests/media/qbittorrent.yaml @@ -111,7 +111,8 @@ spec: selector: app: qbittorrent ports: - - port: 80 + - name: web + port: 80 targetPort: 8080 - name: gluetun-api port: 8000