gitops: deploy longhorn storage

This commit is contained in:
Jan Novak(SRE)
2025-05-19 21:49:16 +02:00
parent bab22dce79
commit a64ac54bdb
3 changed files with 27 additions and 0 deletions

View 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

View File

@@ -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

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: longhorn