From 8c03d1fbd2947facf6821fa07650e02ad72bb77a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Jun 2025 21:34:31 -0500 Subject: [PATCH] fix ports --- .../cl01tl/platform/qbittorrent/templates/service-monitor.yaml | 2 ++ clusters/cl01tl/platform/qbittorrent/values.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/qbittorrent/templates/service-monitor.yaml b/clusters/cl01tl/platform/qbittorrent/templates/service-monitor.yaml index c363a14a6..e8eb5a494 100644 --- a/clusters/cl01tl/platform/qbittorrent/templates/service-monitor.yaml +++ b/clusters/cl01tl/platform/qbittorrent/templates/service-monitor.yaml @@ -15,6 +15,7 @@ spec: path: /metrics selector: matchLabels: + app.kubernetes.io/controller: main app.kubernetes.io/name: qbittorrent app.kubernetes.io/instance: {{ .Release.Name }} @@ -36,5 +37,6 @@ spec: path: /metrics selector: matchLabels: + app.kubernetes.io/controller: qbit-manage app.kubernetes.io/name: qbittorrent app.kubernetes.io/instance: {{ .Release.Name }} diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index 25ba47848..c77cbcc17 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -216,7 +216,7 @@ qbittorrent: targetPort: 9022 protocol: HTTP qbit-manage: - controller: main + controller: qbit-manage ports: apprise: port: 8000