2024-10-15 21:45:01 +00:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: longhorn
|
|
|
|
namespace: longhorn-system
|
|
|
|
spec:
|
|
|
|
interval: 5m
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: longhorn
|
2024-10-15 21:49:16 +00:00
|
|
|
version: "1.7.x"
|
2024-10-15 21:45:01 +00:00
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
|
|
|
name: longhorn
|
|
|
|
namespace: flux-system
|
|
|
|
values:
|
|
|
|
service:
|
|
|
|
ui:
|
|
|
|
type: LoadBalancer
|
|
|
|
|