From deac7ddecd17cabf0aaa3bccc7623ed76669c877 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Tue, 3 Dec 2024 15:10:12 +0800 Subject: [PATCH] feat(immich): matplotlib in misc PVC does it really matter...? fuck around and find out! --- kube/deploy/apps/immich/app/hr.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kube/deploy/apps/immich/app/hr.yaml b/kube/deploy/apps/immich/app/hr.yaml index 8000f50e..5083b820 100644 --- a/kube/deploy/apps/immich/app/hr.yaml +++ b/kube/deploy/apps/immich/app/hr.yaml @@ -260,12 +260,14 @@ spec: - subPath: thumbs path: /data/thumbs microservices: *misc - ml-model-pull-clip: &mlpvc + ml: &mlpvc # buffalo needs to write to model file to add batch axis main: - subPath: ml-models-cache path: /cache + - subPath: matplotlib + path: /.config/matplotlib ml-model-pull-facial: *mlpvc - ml: *mlpvc # buffalo needs to write to model file to add batch axis + ml-model-pull-clip: *mlpvc tmp: type: emptyDir medium: Memory