Compare commits
2 Commits
79440dc722
...
f1dcb83db9
Author | SHA1 | Date | |
---|---|---|---|
f1dcb83db9
|
|||
983db36fba |
@@ -99,7 +99,7 @@ immich:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/immich-app/immich-machine-learning
|
repository: ghcr.io/immich-app/immich-machine-learning
|
||||||
tag: v1.134.0
|
tag: v1.135.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TRANSFORMERS_CACHE
|
- name: TRANSFORMERS_CACHE
|
||||||
|
@@ -15,8 +15,8 @@ spec:
|
|||||||
path: /metrics
|
path: /metrics
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/controller: main
|
app.kubernetes.io/service: qbittorrent
|
||||||
app.kubernetes.io/name: qbittorrent
|
app.kubernetes.io/name: {{ .Release.Name }}
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -37,6 +37,6 @@ spec:
|
|||||||
path: /metrics
|
path: /metrics
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/controller: qbit-manage
|
app.kubernetes.io/service: qbittorrent-qbit-manage
|
||||||
app.kubernetes.io/name: qbittorrent
|
app.kubernetes.io/name: {{ .Release.Name }}
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
Reference in New Issue
Block a user