Update k8s/apps/immich/deployments.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 9s

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
- 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