update selector
Some checks failed
renovate / renovate (push) Successful in 1m9s
lint-test-helm / helm-lint (push) Failing after 2s

This commit is contained in:
2025-06-19 23:18:48 -05:00
parent a2d4139fb1
commit 983db36fba

View File

@@ -15,8 +15,8 @@ spec:
path: /metrics
selector:
matchLabels:
app.kubernetes.io/controller: main
app.kubernetes.io/name: qbittorrent
app.kubernetes.io/service: qbittorrent
app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
---
@@ -37,6 +37,6 @@ spec:
path: /metrics
selector:
matchLabels:
app.kubernetes.io/controller: qbit-manage
app.kubernetes.io/name: qbittorrent
app.kubernetes.io/service: qbittorrent-qbit-manage
app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}