[qbittorrent] fix service monitor port (#1168)

This commit is contained in:
j_r0dd 2021-09-09 02:25:08 -04:00 committed by GitHub
parent eb2910e587
commit 31c36ef258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v4.3.7
description: qBittorrent is a cross-platform free and open-source BitTorrent client
name: qbittorrent
version: 12.2.0
version: 12.2.1
kubeVersion: ">=1.16.0-0"
keywords:
- qbittorrent

View File

@ -1,6 +1,6 @@
# qbittorrent
![Version: 12.2.0](https://img.shields.io/badge/Version-12.2.0-informational?style=flat-square) ![AppVersion: v4.3.7](https://img.shields.io/badge/AppVersion-v4.3.7-informational?style=flat-square)
![Version: 12.2.1](https://img.shields.io/badge/Version-12.2.1-informational?style=flat-square) ![AppVersion: v4.3.7](https://img.shields.io/badge/AppVersion-v4.3.7-informational?style=flat-square)
qBittorrent is a cross-platform free and open-source BitTorrent client

View File

@ -13,7 +13,7 @@ spec:
matchLabels:
{{- include "common.labels.selectorLabels" . | nindent 6 }}
endpoints:
- port: http
- port: metrics
{{- with .Values.exporter.serviceMonitor.interval }}
interval: {{ . }}
{{- end }}