From 70952c24485c0f9cf163c41845b108573d1c91e8 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 17 Jan 2026 23:39:46 +0000 Subject: [PATCH] do not unload immich ML model [ci skip] --- modules/kubernetes/immich/main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/kubernetes/immich/main.tf b/modules/kubernetes/immich/main.tf index aca51fe6..aa80ea99 100644 --- a/modules/kubernetes/immich/main.tf +++ b/modules/kubernetes/immich/main.tf @@ -372,6 +372,10 @@ resource "kubernetes_deployment" "immich-machine-learning" { protocol = "TCP" name = "immich-ml" } + env { + name = "MACHINE_LEARNING_MODEL_TTL" + value = 0 + } env { name = "TRANSFORMERS_CACHE" value = "/cache"