1
0
Fork 0
home-stack-kustomize/kustomize/bases/longhorn/longhorn-helmchart.yaml

22 lines
544 B
YAML
Raw Normal View History

2021-12-18 06:23:55 +00:00
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: longhorn
namespace: kube-system
spec:
repo: https://charts.longhorn.io
chart: longhorn
version: 1.2.3
targetNamespace: longhorn-system
set:
backupTargetCredentialSecret: s3-backupstore-credentials
valuesContent: |-
defaultSettings:
backupTarget: s3://longhorn-backups@home/
defaultReplicaCount: 2
defaultDataLocality: best-effort
replicaAutoBalance: least-effort
ingress:
enabled: true
host: ${LONGHORN_EXTERNAL_HOST}