Initial commit: Turbo Mothership bare metal management cluster
- k0s bootstrap with Cilium and OpenEBS - ArgoCD apps for infra, CAPI, Tinkerbell, and Netris - Ansible playbooks for virtual baremetal lab and Netris switches - CAPI provider manifests for k0smotron and Tinkerbell
This commit is contained in:
48
apps/infra/openebs.yaml
Normal file
48
apps/infra/openebs.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: openebs
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://openebs.github.io/openebs
|
||||
chart: openebs
|
||||
targetRevision: "4.2.0"
|
||||
helm:
|
||||
releaseName: openebs
|
||||
valuesObject:
|
||||
preUpgradeHook:
|
||||
enabled: false
|
||||
localpv-provisioner:
|
||||
localpv:
|
||||
basePath: /var/openebs/local
|
||||
engines:
|
||||
replicated:
|
||||
mayastor:
|
||||
enabled: false
|
||||
local:
|
||||
zfs:
|
||||
enabled: false
|
||||
rawfile:
|
||||
enabled: false
|
||||
lvm:
|
||||
enabled: false
|
||||
loki:
|
||||
enabled: false
|
||||
minio:
|
||||
enabled: false
|
||||
alloy:
|
||||
enabled: false
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: openebs
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
Reference in New Issue
Block a user