From 93889fa1d453384456a2fa0e44c3f2245ec3357c Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Thu, 29 Jan 2026 21:33:08 +0100 Subject: [PATCH] chore(qbittorrent): Remove redundant port --- k8s-wheatley/qbittorrent/deployments.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/k8s-wheatley/qbittorrent/deployments.yaml b/k8s-wheatley/qbittorrent/deployments.yaml index c2856e5..a95999f 100644 --- a/k8s-wheatley/qbittorrent/deployments.yaml +++ b/k8s-wheatley/qbittorrent/deployments.yaml @@ -68,8 +68,6 @@ spec: - name: qbittorrent-nox image: docker.io/qbittorrentofficial/qbittorrent-nox:5.1.2-2 imagePullPolicy: IfNotPresent - ports: - - containerPort: 8112 envFrom: - configMapRef: name: qbittorrent-envs