generated from phoenix-oss/tenant-tpl
Ubuntu VM Test Helm
This commit is contained in:
parent
0af35b308b
commit
70c9cc437d
7 changed files with 99 additions and 0 deletions
4
ubuntu-vm-helm/ubuntu/charts/chart
Normal file
4
ubuntu-vm-helm/ubuntu/charts/chart
Normal file
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v2
|
||||
name: ubuntu-helm
|
||||
description: Deploy an Unbuntu VirtualMachine using KubeVirt
|
||||
version: 0.1.0
|
7
ubuntu-vm-helm/ubuntu/charts/values
Normal file
7
ubuntu-vm-helm/ubuntu/charts/values
Normal file
|
@ -0,0 +1,7 @@
|
|||
vmName: ubuntu-helm
|
||||
namespace: kubevirt-vms
|
||||
imageURL: "quay.io/containerdisks/ubuntu:22.04"
|
||||
storageSize: 40Gi
|
||||
storageClassName: standard
|
||||
cpu: 2
|
||||
memory: 4Gi
|
Loading…
Add table
Add a link
Reference in a new issue