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
23
ubuntu-vm-helm/ubuntu/helmrelease.yaml
Normal file
23
ubuntu-vm-helm/ubuntu/helmrelease.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: &app ubuntu-vm-helm
|
||||
spec:
|
||||
serviceAccountName: ${TECHNICAL_ACCOUNT}
|
||||
interval: 30m
|
||||
chart:
|
||||
spec:
|
||||
chart: ./charts # local path in Git repo
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: tenant-repos
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
values:
|
||||
vmName: ubuntu-helm
|
||||
namespace: kubevirt-vms
|
||||
imageURL: "quay.io/containerdisks/ubuntu:22.04"
|
||||
storageSize: 50Gi
|
||||
cpu: 4
|
||||
memory: 4Gi
|
Loading…
Add table
Add a link
Reference in a new issue