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"