pvc resize
This commit is contained in:
@@ -143,7 +143,7 @@ spec:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 8Gi
|
||||
storage: 25Gi
|
||||
storageClassName: openebs-3-replicas
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
|
||||
@@ -613,7 +613,7 @@ persistence:
|
||||
# existingClaim:
|
||||
|
||||
accessMode: ReadWriteOnce
|
||||
size: 8Gi
|
||||
size: 25Gi
|
||||
|
||||
## Use an additional pvc for the data directory rather than a subpath of the default PVC
|
||||
## Useful to store data on a different storageClass (e.g. on slower disks)
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: nfs-transfer-pod
|
||||
namespace: paperless
|
||||
namespace: nextcloud
|
||||
spec:
|
||||
containers:
|
||||
- name: busybox
|
||||
@@ -14,4 +14,4 @@ spec:
|
||||
volumes:
|
||||
- name: transfer
|
||||
persistentVolumeClaim:
|
||||
claimName: data-paperless-postgresql-0
|
||||
claimName: nextcloud-nextcloud
|
||||
Reference in New Issue
Block a user