fix ports
All checks were successful
renovate / renovate (push) Successful in 1m36s

This commit is contained in:
2025-06-05 21:34:31 -05:00
parent b905c1629b
commit 8c03d1fbd2
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -216,7 +216,7 @@ qbittorrent:
targetPort: 9022 targetPort: 9022
protocol: HTTP protocol: HTTP
qbit-manage: qbit-manage:
controller: main controller: qbit-manage
ports: ports:
apprise: apprise:
port: 8000 port: 8000