generated from phoenix-oss/tenant-tpl
Clean up and name conflic resolve
Signed-off-by: maximilian.bartz <maximilian.bartz@phoenix-systems.ch>
This commit is contained in:
parent
3ba56fe3d2
commit
583f604437
10 changed files with 8 additions and 215 deletions
14
ubuntu-vm-3/vm/pvc/ubuntu-datadisk.yaml
Normal file
14
ubuntu-vm-3/vm/pvc/ubuntu-datadisk.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: ubuntu-datadisk-3
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
labels:
|
||||
app: ubuntu-vm-3
|
||||
spec:
|
||||
volumeMode: Filesystem
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 50Gi
|
Loading…
Add table
Add a link
Reference in a new issue