Guillaume B.B. Van Hemmen
1cdedc26c7
Introduce a bash script (`05_install_longhorn.sh`) to automate the installation of Longhorn using Helm, including S3 backup credentials setup. Include a new Helm values file (`longhorn.yaml`) to define default settings like replica count and S3 backup configuration.
12 lines
306 B
YAML
12 lines
306 B
YAML
defaultSettings:
|
|
defaultReplicaCount: 2
|
|
storageReservedPercentageForDefaultDisk: 1
|
|
backupTarget: s3://longhorn-talos-backup@eu-west-1/
|
|
backupTargetCredentialSecret: longhorn-s3-secret
|
|
|
|
persistence:
|
|
defaultClassReplicaCount: 2
|
|
|
|
global:
|
|
nodeSelector:
|
|
extensions.talos.dev/iscsi-tools: v0.1.6
|