Add HelmRelease and HelmRepository configurations for Longhorn

This commit is contained in:
2025-10-15 00:40:21 +05:30
commit 3712d5d317
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: longhorn
namespace: longhorn-system
spec:
interval: 24h
chart:
spec:
chart: longhorn
version: "1.10.0"
sourceRef:
kind: HelmRepository
name: longhorn
namespace: flux-system
interval: 24h
install:
createNamespace: true
upgrade:
remediation:
remediateLastFailure: true
values:
persistence:
defaultClass: false
reclaimPolicy: Retain
ingress:
enabled: false
service:
ui:
type: ClusterIP

View File

@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: longhorn
namespace: flux-system
spec:
interval: 24h
url: https://charts.longhorn.io