From 0d40a91055f562eeafd30603bbdb36fd4da71991 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 11 May 2023 15:47:11 -0400 Subject: [PATCH] set metrics env --- cluster/apps/download/qbittorrent/helm-release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/apps/download/qbittorrent/helm-release.yaml b/cluster/apps/download/qbittorrent/helm-release.yaml index c091443..403007f 100644 --- a/cluster/apps/download/qbittorrent/helm-release.yaml +++ b/cluster/apps/download/qbittorrent/helm-release.yaml @@ -38,6 +38,9 @@ spec: metrics: image: caseyscarborough/qbittorrent-exporter:latest + env: + - name: QBITTORRENT_BASE_URL + value: "http://localhost:8080" ports: - name: metrics containerPort: 17871