generated from phoenix-oss/tenant-tpl
removed old method and added new test vm
This commit is contained in:
parent
4c5a76347d
commit
c32ae8b40a
7 changed files with 157 additions and 73 deletions
12
windows-vm-standard-dev/pvc/datadisk.yaml
Normal file
12
windows-vm-standard-dev/pvc/datadisk.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: windows-vm-datadisk-dev
|
||||
spec:
|
||||
storageClassName: ibm-spectrum-scale-fileset
|
||||
volumeMode: Filesystem
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 200Gi
|
Loading…
Add table
Add a link
Reference in a new issue