Update k8s/apps/immich/deployments.yaml

This commit is contained in:
ab
2025-05-13 21:22:56 +00:00
parent d23477264d
commit 7e7df0af96

View File

@ -35,6 +35,8 @@ spec:
name: upload-storage name: upload-storage
- mountPath: /GPHOTO - mountPath: /GPHOTO
name: gphoto-storage name: gphoto-storage
- mountPath: /Camera
name: camera
- mountPath: /etc/localtime - mountPath: /etc/localtime
name: localtime name: localtime
readOnly: true readOnly: true
@ -67,6 +69,11 @@ spec:
server: nas.homenet server: nas.homenet
path: /mnt/storage/Storage/k8s/immich/GPHOTO/ path: /mnt/storage/Storage/k8s/immich/GPHOTO/
readOnly: false readOnly: false
- name: camera
nfs:
server: nas.homenet
path: /mnt/storage/Storage/Photos/Phone/
readOnly: true
- name: localtime - name: localtime
hostPath: hostPath:
path: /etc/localtime path: /etc/localtime