You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
480 B
YAML
23 lines
480 B
YAML
1 year ago
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||
|
kind: HelmRelease
|
||
|
metadata:
|
||
|
name: longhorn
|
||
|
namespace: longhorn-system
|
||
|
spec:
|
||
|
releaseName: longhorn
|
||
|
chart:
|
||
|
spec:
|
||
|
chart: longhorn
|
||
|
sourceRef:
|
||
|
kind: HelmRepository
|
||
|
name: longhorn
|
||
|
interval: 60m
|
||
|
install:
|
||
|
remediation:
|
||
|
retries: 3
|
||
|
values:
|
||
|
defaultSettings:
|
||
|
backupTarget: s3://longhorn-backup@eu-central/
|
||
|
backupTargetCredentialSecret: minio-secret
|
||
|
defaultReplicaCount: 2
|