move immich ml into a separate deplaoyment and ask it to use gpu [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-14 09:47:36 +00:00
parent b284cfe293
commit fcbb5971f3
2 changed files with 103 additions and 3 deletions

View file

@ -29,7 +29,7 @@ env:
# IMMICH_MACHINE_LEARNING_URL: "http://immich-machine-learning.immich.svc.cluster.local:3003"
image:
tag: v2.3.1
tag: ${version}
immich:
persistence:
@ -55,7 +55,8 @@ server:
# increase liveliness and readiness checks to allow enough time for downloading models
machine-learning:
enabled: true
# enabled: true
enabled: false
image:
repository: ghcr.io/immich-app/immich-machine-learning
pullPolicy: IfNotPresent