load immich ml from ssd [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-23 18:22:23 +00:00
parent 59e6591e2a
commit 1b30f1f3cb

View file

@ -256,7 +256,8 @@ resource "kubernetes_deployment" "immich-machine-learning" {
volume { volume {
name = "cache" name = "cache"
nfs { 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" server = "10.0.10.15"
} }
} }