Commit graph

3 commits

Author SHA1 Message Date
a2deab9475 #0000 - Disable reclaim policy in Longhorn Helm values
Commented out the `reclaimPolicy` field to disable its effect. This change aligns with the updated configuration requirements and prevents unintentional retention of resources.
2024-12-28 22:44:04 +01:00
e20f7bbac0 #0000 - Set reclaimPolicy to Retain in Longhorn Helm values
This update ensures that volumes are not automatically deleted when their corresponding PersistentVolumeClaims are removed. Useful for retaining data and preventing accidental loss.
2024-12-28 22:26:54 +01:00
1cdedc26c7 #0000 - Add Longhorn installation script and Helm values file
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.
2024-12-28 13:51:25 +01:00