Up the storage
This commit is contained in:
parent
22293da3eb
commit
e6bcf0f990
1 changed files with 13 additions and 0 deletions
13
apps-kustomized/xandikos/pvc.yaml
Normal file
13
apps-kustomized/xandikos/pvc.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
name: xandikos-data
|
||||||
|
annotations:
|
||||||
|
k8up.io/backup: "true"
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 100Gi
|
||||||
|
storageClassName: longhorn-fast
|
||||||
Loading…
Add table
Reference in a new issue