From c964dfb82a42599eeb3599390ebe6c013f5612bb Mon Sep 17 00:00:00 2001 From: Melvin GABALI Date: Fri, 16 Jan 2026 11:49:18 +0100 Subject: [PATCH] update --- helm/homarr/dev/values.yaml | 2 +- helm/longhorn/dev/templates/storageclass-backup.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/homarr/dev/values.yaml b/helm/homarr/dev/values.yaml index 1c6198f..c541f52 100644 --- a/helm/homarr/dev/values.yaml +++ b/helm/homarr/dev/values.yaml @@ -35,7 +35,7 @@ homarr: # -- homarr-database mount path inside the pod mountPath: "/appdata" # -- homarr-database optional volumeClaimName to target specific PV - volumeClaimName: "homarr-database" + volumeClaimName: "" # Configuration pour le chart homarr (référence au secret créé par le template) envSecrets: diff --git a/helm/longhorn/dev/templates/storageclass-backup.yaml b/helm/longhorn/dev/templates/storageclass-backup.yaml index 0908756..fc4c7f6 100644 --- a/helm/longhorn/dev/templates/storageclass-backup.yaml +++ b/helm/longhorn/dev/templates/storageclass-backup.yaml @@ -12,7 +12,7 @@ parameters: # Les volumes créés avec cette StorageClass auront automatiquement : # - backup-daily (groupe "backup") # - backup-weekly (groupe "backup") - # - snapshot-4h (groupe "snapshot") + # - snapshot-1h (groupe "snapshot") recurringJobSelector: '[{"name":"group-backup","isGroup":true},{"name":"group-snapshot","isGroup":true}]' allowVolumeExpansion: true volumeBindingMode: Immediate