gitops: deploy longhorn storage
This commit is contained in:
15
gitops/home-kubernetes/longhorn/helmrelease_longhorn.yaml
Normal file
15
gitops/home-kubernetes/longhorn/helmrelease_longhorn.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: longhorn
|
||||||
|
namespace: longhorn
|
||||||
|
spec:
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: longhorn
|
||||||
|
reconcileStrategy: ChartVersion
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: longhorn
|
||||||
|
version: v1.8.1
|
||||||
|
interval: 5m0s
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: longhorn
|
||||||
|
namespace: longhorn
|
||||||
|
spec:
|
||||||
|
interval: 5m0s
|
||||||
|
url: https://charts.longhorn.io
|
||||||
4
gitops/home-kubernetes/longhorn/namespace_longhorn.yaml
Normal file
4
gitops/home-kubernetes/longhorn/namespace_longhorn.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: longhorn
|
||||||
Reference in New Issue
Block a user