From e4ece1dd40c848bb0a87ad735e417b45d5da5a15 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Jun 2025 22:28:03 -0500 Subject: [PATCH] remove url --- .../cl01tl/platform/qbittorrent/templates/config-map.yaml | 1 - clusters/cl01tl/platform/qbittorrent/values.yaml | 5 ----- 2 files changed, 6 deletions(-) diff --git a/clusters/cl01tl/platform/qbittorrent/templates/config-map.yaml b/clusters/cl01tl/platform/qbittorrent/templates/config-map.yaml index 120d0198b..062e20d93 100644 --- a/clusters/cl01tl/platform/qbittorrent/templates/config-map.yaml +++ b/clusters/cl01tl/platform/qbittorrent/templates/config-map.yaml @@ -144,7 +144,6 @@ data: apprise: api_url: http://localhost:8000/notify - notify_url: !ENV QBIT_NTFY_URL webhooks: error: apprise diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index e1b5e2f2c..199a40e1b 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -150,11 +150,6 @@ qbittorrent: value: /app/var/activity.log - name: QBT_LOG_LEVEL value: INFO - - name: QBIT_NTFY_URL - valueFrom: - secretKeyRef: - name: qbittorrent-qbit-manage-config - key: ntfy-url resources: requests: cpu: 10m