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" } } diff --git a/terraform.tfstate b/terraform.tfstate index 7b61e85c..9072ea64 100644 Binary files a/terraform.tfstate and b/terraform.tfstate differ