3 Commits

Author SHA1 Message Date
1677cc3c1f Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 1m0s
2025-06-06 02:37:06 +00:00
8c03d1fbd2 fix ports
All checks were successful
renovate / renovate (push) Successful in 1m36s
2025-06-05 21:34:31 -05:00
b905c1629b force rename
Some checks failed
renovate / renovate (push) Has been cancelled
2025-06-05 21:31:01 -05:00
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -201,7 +201,7 @@ qbittorrent:
service:
main:
controller: main
nameOverride: ""
forceRename: qbittorrent
ports:
http:
port: 8080
@@ -216,7 +216,7 @@ qbittorrent:
targetPort: 9022
protocol: HTTP
qbit-manage:
controller: main
controller: qbit-manage
ports:
apprise:
port: 8000