forked from ab/homelab
Update k8s/apps/immich/deployments.yaml
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user