23 lines
474 B
YAML
23 lines
474 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: longhorn
|
|
namespace: longhorn-system
|
|
spec:
|
|
releaseName: longhorn
|
|
chart:
|
|
spec:
|
|
chart: longhorn
|
|
version: "1.8.1"
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: longhorn
|
|
namespace: flux-system
|
|
interval: 5m
|
|
install:
|
|
createNamespace: true
|
|
values:
|
|
defaultSettings:
|
|
defaultReplicaCount: 2
|
|
persistence:
|
|
defaultClassReplicaCount: 2
|