--- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: immich-synology-photos namespace: immich labels: app: immich-server velero.io/exclude-from-backup: 'true' # because this is nfs storage and velero will try to create snapshots which are will fails spec: accessModes: - ReadWriteMany storageClassName: k8s-nfs-hdd resources: requests: storage: 100Gi