Skip to content

Commit

Permalink
fix: remove unsupported qbittorrent config
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Nov 5, 2024
1 parent 05f942a commit a5c5cea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions argocd/media/qbittorrent/manifests/02_configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: qbittorrent
data:
QBT_BitTorrent__Session__MaxActiveDownloads: "5"
QBT_BitTorrent__Session__MaxActiveTorrents: "10"
QBT_BitTorrent__Session__MaxActiveUploads: "5"
---
apiVersion: v1
kind: ConfigMap
metadata:
name: gluetun
data:
Expand Down
2 changes: 0 additions & 2 deletions argocd/media/qbittorrent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ config:
enabled: false

extraEnvFrom:
- configMapRef:
name: qbittorrent
- secretRef:
name: qbittorrent-vault
volumes:
Expand Down

0 comments on commit a5c5cea

Please sign in to comment.