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
Tobias Brunner 7cf497704a
All checks were successful
continuous-integration/drone/push Build is passing
upgrade k8up
2021-12-15 20:15:24 +01:00

15 lines
254 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
annotations:
k8up.io/backup: "true"
name: backup-data
namespace: docspell
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storageClassName: local-path