Add longhorn
This commit is contained in:
16
clusters/kairos/longhorn/helmrelease.yaml
Normal file
16
clusters/kairos/longhorn/helmrelease.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: longhorn-release
|
||||
namespace: longhorn-system
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: longhorn
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: longhorn-repo
|
||||
version: 1.6.0
|
||||
interval: 1m0s
|
||||
9
clusters/kairos/longhorn/helmrepo.yaml
Normal file
9
clusters/kairos/longhorn/helmrepo.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: longhorn-repo
|
||||
namespace: longhorn-system
|
||||
spec:
|
||||
interval: 1m0s
|
||||
url: https://charts.longhorn.io
|
||||
6
clusters/kairos/longhorn/kustomization.yaml
Normal file
6
clusters/kairos/longhorn/kustomization.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kube-system
|
||||
resources:
|
||||
- helmrepo.yaml
|
||||
- helmrelease.yaml
|
||||
Reference in New Issue
Block a user