Compare commits
2 Commits
5924a8d994
...
429e7ccc6b
Author | SHA1 | Date | |
---|---|---|---|
429e7ccc6b
|
|||
983db36fba |
@@ -9,7 +9,7 @@ komodo:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/moghtech/komodo-core
|
||||
tag: 1.17.5
|
||||
tag: 1.18.3
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: COMPOSE_LOGGING_DRIVER
|
||||
|
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user