chore: add current provisioning state before migration
This commit is contained in:
parent
a9703b4748
commit
50745b0f22
660 changed files with 88126 additions and 0 deletions
14
cluster/web/default/volumes/PersistentVolumeData.yaml
Normal file
14
cluster/web/default/volumes/PersistentVolumeData.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: web-data-vol
|
||||
namespace: cloudnative-zone
|
||||
labels:
|
||||
app: cloudnative-zone-repo
|
||||
spec:
|
||||
storageClassName: nfs-client
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
Loading…
Add table
Add a link
Reference in a new issue