Files
HomeLabScripts/k3s/apps/photo/immich/immich-library-pv.yaml
2025-05-02 19:07:42 +02:00

17 lines
354 B
YAML

kind: PersistentVolume
apiVersion: v1
metadata:
name: immich-library-pv
namespace: immich
labels:
app: immich
spec:
capacity:
storage: 50Gi # Adjust the storage size as needed
storageClassName: nfs
accessModes:
- ReadWriteMany
nfs:
path: /fastData/immichLibrary # Static path on the NFS server
server: 192.168.178.132