generated from phoenix-oss/tenant-tpl
change chart location
This commit is contained in:
parent
70c9cc437d
commit
14f83e08a5
5 changed files with 35 additions and 6 deletions
15
repos/helm/ubuntu.yaml
Normal file
15
repos/helm/ubuntu.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: ubuntu-vm-helm
|
||||
namespace: ${TENANT_NAMESPACE}-ns
|
||||
spec:
|
||||
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