This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/docspell/backup/pvc-backup-data.yaml

15 lines
254 B
YAML
Raw Normal View History

2021-01-13 20:33:51 +00:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
annotations:
2021-12-15 19:15:14 +00:00
k8up.io/backup: "true"
2021-01-13 20:33:51 +00:00
name: backup-data
namespace: docspell
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storageClassName: local-path