Ok longhorn
This commit is contained in:
23
clusters/kairos/longhorn/helmrelease.yaml
Normal file
23
clusters/kairos/longhorn/helmrelease.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: longhorn
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: longhorn
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: longhorn-repo
|
||||
version: 1.6.2
|
||||
interval: 1m0s
|
||||
targetNamespace: longhorn
|
||||
values:
|
||||
defaultSettings:
|
||||
defaultReplicaCount: 1
|
||||
defaultDataPath: /usr/local/longhorn/
|
||||
longhornUI:
|
||||
replicas: 1
|
||||
persistence:
|
||||
defaultClassReplicaCount: 1
|
||||
Reference in New Issue
Block a user