diff --git a/k8s/apps/immich/deployments.yaml b/k8s/apps/immich/deployments.yaml index 6b31ecf..03fa355 100644 --- a/k8s/apps/immich/deployments.yaml +++ b/k8s/apps/immich/deployments.yaml @@ -35,6 +35,8 @@ spec: name: upload-storage - mountPath: /GPHOTO name: gphoto-storage + - mountPath: /Camera + name: camera - mountPath: /etc/localtime name: localtime readOnly: true @@ -67,6 +69,11 @@ spec: server: nas.homenet path: /mnt/storage/Storage/k8s/immich/GPHOTO/ readOnly: false + - name: camera + nfs: + server: nas.homenet + path: /mnt/storage/Storage/Photos/Phone/ + readOnly: true - name: localtime hostPath: path: /etc/localtime