diff --git a/kubernetes/apps/media/qbittorrent/app/deployment.yaml b/kubernetes/apps/media/qbittorrent/app/deployment.yaml index dcd0460f..cc843141 100644 --- a/kubernetes/apps/media/qbittorrent/app/deployment.yaml +++ b/kubernetes/apps/media/qbittorrent/app/deployment.yaml @@ -38,9 +38,9 @@ spec: value: "52716" ports: - containerPort: 8080 - - containerPort: 52716 - - containerPort: 52716 - protocol: UDP + # - containerPort: 52716 + # - containerPort: 52716 + # protocol: UDP volumeMounts: - name: qbittorrent-config mountPath: /config diff --git a/kubernetes/apps/media/qbittorrent/app/service.yaml b/kubernetes/apps/media/qbittorrent/app/service.yaml index ddc29c90..273aff2a 100644 --- a/kubernetes/apps/media/qbittorrent/app/service.yaml +++ b/kubernetes/apps/media/qbittorrent/app/service.yaml @@ -10,14 +10,14 @@ spec: selector: app: qbittorrent ports: - - name: qbittorrent-udp - protocol: UDP - port: 52716 - targetPort: 52716 - - name: qbittorrent-tcp - protocol: TCP - port: 52716 - targetPort: 52716 + # - name: qbittorrent-udp + # protocol: UDP + # port: 52716 + # targetPort: 52716 + # - name: qbittorrent-tcp + # protocol: TCP + # port: 52716 + # targetPort: 52716 - name: qbittorrent-webui protocol: TCP port: 80