From 1b30f1f3cb4da5cd00e8b31261604a15ce92dabf Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 23 Dec 2025 18:22:23 +0000 Subject: [PATCH] load immich ml from ssd [ci skip] --- modules/kubernetes/immich/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/kubernetes/immich/main.tf b/modules/kubernetes/immich/main.tf index a8b2df9c..3b3211e6 100644 --- a/modules/kubernetes/immich/main.tf +++ b/modules/kubernetes/immich/main.tf @@ -256,7 +256,8 @@ resource "kubernetes_deployment" "immich-machine-learning" { volume { name = "cache" nfs { - path = "/mnt/main/immich/machine-learning" + # path = "/mnt/main/immich/machine-learning" + path = "/mnt/ssd/immich/machine-learning" # load cache from ssd server = "10.0.10.15" } }