Files
HomeLabScripts/k3s/apps/photo/immich/immich-library-pv.yaml

17 lines
361 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: /export/fastData/immichLibrary # Static path on the NFS server
server: 192.168.178.166