From 932f72bdc5c580fa755bf36230eac7b1d6aa3ca7 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 31 May 2024 15:34:59 -0500 Subject: [PATCH] change qbittorrent host --- clusters/cl01tl/platform/qbittorrent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index 89e52c38f..5f0f3d03f 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -58,7 +58,7 @@ qbittorrent: pullPolicy: IfNotPresent env: - name: QBITTORRENT_HOST - value: "http://qbittorrent" + value: "http://localhost" - name: QBITTORRENT_PORT value: "8080" - name: EXPORTER_PORT