longhorn: deploy longhorn to kube

This commit is contained in:
2026-07-11 00:54:08 +02:00
parent a513f0dc2e
commit ae42ca3a1f
7 changed files with 136 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: longhorn
namespace: longhorn-system
spec:
interval: 1m
chart:
spec:
sourceRef:
kind: HelmRepository
name: longhorn
namespace: longhorn-system
chart: longhorn
version: '1.12.0'
interval: 1m
valuesFrom:
- kind: Secret
name: longhorn-values