add longhorn storage class
This commit is contained in:
32
clusters/ipv6/longhorn-system/longhorn-release.yml
Normal file
32
clusters/ipv6/longhorn-system/longhorn-release.yml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: longhorn
|
||||||
|
namespace: longhorn-system
|
||||||
|
spec:
|
||||||
|
interval: 6h
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: longhorn
|
||||||
|
version: "1.10.1"
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: longhorn
|
||||||
|
namespace: flux-system
|
||||||
|
interval: 6h
|
||||||
|
install:
|
||||||
|
createNamespace: true
|
||||||
|
upgrade:
|
||||||
|
remediation:
|
||||||
|
remediateLastFailure: true
|
||||||
|
values:
|
||||||
|
persistence:
|
||||||
|
defaultClass: false
|
||||||
|
reclaimPolicy: Retain
|
||||||
|
ingress:
|
||||||
|
enabled: false
|
||||||
|
service:
|
||||||
|
ui:
|
||||||
|
type: ClusterIP
|
||||||
|
|
||||||
10
clusters/ipv6/longhorn-system/longhorn-repo.yml
Normal file
10
clusters/ipv6/longhorn-system/longhorn-repo.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: longhorn
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 6h
|
||||||
|
url: https://charts.longhorn.io
|
||||||
|
|
||||||
8
clusters/ipv6/longhorn-system/namespace.yml
Normal file
8
clusters/ipv6/longhorn-system/namespace.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
kind: Namespace
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: longhorn-system
|
||||||
|
labels:
|
||||||
|
name: longhorn-system
|
||||||
|
|
||||||
Reference in New Issue
Block a user