generated from phoenix-oss/tenant-tpl
added vitabyte test
This commit is contained in:
parent
f09b344f19
commit
a77c4f8bb4
5 changed files with 105 additions and 0 deletions
14
ubuntu-vm-5/pvc/ubuntu-datadisk.yaml
Normal file
14
ubuntu-vm-5/pvc/ubuntu-datadisk.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: ubuntu-datadisk-1
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
labels:
|
||||
app: ubuntu-vm-1
|
||||
spec:
|
||||
volumeMode: Filesystem
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 50Gi
|
Loading…
Add table
Add a link
Reference in a new issue