Add HelmRelease and HelmRepository configurations for Longhorn
This commit is contained in:
31
clusters/default/helm/longhorn/longhorn-release.yml
Normal file
31
clusters/default/helm/longhorn/longhorn-release.yml
Normal 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
|
||||
Reference in New Issue
Block a user