Files
k8s-public-manifests/cluster/apps/immich/server/pvc/synology-photos.yaml
2025-10-27 09:44:37 +01:00

17 lines
395 B
YAML

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