From 6f5626572039263af36aedecea048cdc9c8fb276 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 15 Oct 2025 16:50:34 -0500 Subject: [PATCH] add metric config --- clusters/cl01tl/platform/qbittorrent/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index ef650599f..3a5e456f6 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -191,6 +191,10 @@ qbittorrent: env: - name: QUI__METRICS_ENABLED value: true + - name: QUI__METRICS_HOST + value: 0.0.0.0 + - name: QUI__METRICS_PORT + value: 9074 - name: QUI__OIDC_ENABLED value: true - name: QUI__OIDC_ISSUER