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